From d876aad3d6f2b87ad4e0b7b455269ed01d4630dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:46:20 +0000 Subject: [PATCH] back: bump geopandas from 0.14.4 to 1.1.1 in /backend Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.14.4 to 1.1.1. - [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.1) --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.1.1 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..66eeaade 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.1 pandas == 2.0.0 numpy == 1.23.2 networkx == 2.8.4