diff --git a/images/python-arcgis/poetry.lock b/images/python-arcgis/poetry.lock index a53cd0e..6a73acc 100644 --- a/images/python-arcgis/poetry.lock +++ b/images/python-arcgis/poetry.lock @@ -1198,14 +1198,14 @@ click = "*" [[package]] name = "geopandas" -version = "1.1.1" +version = "1.1.2" description = "Geographic pandas extensions" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "geopandas-1.1.1-py3-none-any.whl", hash = "sha256:589e61aaf39b19828843df16cb90234e72897e2579be236f10eee0d052ad98e8"}, - {file = "geopandas-1.1.1.tar.gz", hash = "sha256:1745713f64d095c43e72e08e753dbd271678254b24f2e01db8cdb8debe1d293d"}, + {file = "geopandas-1.1.2-py3-none-any.whl", hash = "sha256:2bb0b1052cb47378addb4ba54c47f8d4642dcbda9b61375638274f49d9f0bb0d"}, + {file = "geopandas-1.1.2.tar.gz", hash = "sha256:33f7b33565c46a45b8459a2ab699ec943fdbb5716e58e251b3c413cf7783106c"}, ] [package.dependencies] @@ -4635,4 +4635,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "3.12.9" -content-hash = "4ce0d21405d7038a4019d2320ce218d33024ee75c00874463ea2411fd4b5016f" +content-hash = "5c546e85fcbbd0209d11116a53c3f3da108bf7fc07e9d95e7136451f2140a9c5" diff --git a/images/python-arcgis/pyproject.toml b/images/python-arcgis/pyproject.toml index 5173c24..b5e9d6b 100644 --- a/images/python-arcgis/pyproject.toml +++ b/images/python-arcgis/pyproject.toml @@ -9,7 +9,7 @@ python = "3.12.9" arcgis = "2.4.1.3" numpy = "1.26.4" pandas = "2.2.3" -geopandas = "1.1.1" +geopandas = "1.1.2" python-dotenv = "1.1.1" boto3 = "1.34.52" toml = "0.10.2"