From df26eba04f77dbcf307287a9f22f213d44e09149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:53:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20back:=20Bump=20geopandas=20from?= =?UTF-8?q?=200.14.4=20to=201.1.4=20in=20/backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.14.4 to 1.1.4. - [Release notes](https://github.com/geopandas/geopandas/releases) - [Changelog](https://github.com/geopandas/geopandas/blob/v1.1.4/CHANGELOG.md) - [Commits](https://github.com/geopandas/geopandas/compare/v0.14.4...v1.1.4) --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.1.4 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 578efed3..5967990f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ # maths / geo numpy == 1.26.4 pandas == 2.2.0 -geopandas == 0.14.4 +geopandas == 1.1.4 shapely == 2.1.2 pyproj == 3.7.2