From 60c6c26fe3476daba6ba1846a29b0a3f5a6762f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:18:25 +0000 Subject: [PATCH] fix: bump geopandas from 1.1.1 to 1.1.2 in /images/python-arcgis Bumps [geopandas](https://github.com/geopandas/geopandas) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/geopandas/geopandas/releases) - [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md) - [Commits](https://github.com/geopandas/geopandas/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- images/python-arcgis/poetry.lock | 8 ++++---- images/python-arcgis/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"