From b74505c229f4e7a84275c5586ef171392e4b424e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:22:05 +0000 Subject: [PATCH] back: bump geopandas from 0.14.4 to 1.1.2 in /backend Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.14.4 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/v0.14.4...v1.1.2) --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f8c72961..e94d85ba 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ flask == 2.2.2 shapely == 2.0.1 -geopandas == 0.14.4 +geopandas == 1.1.2 pandas == 2.0.0 numpy == 1.23.2 networkx == 2.8.4