From 9ddd5fa6e01285954c6c4cbded2c5fbcd7c385ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:44:00 +0000 Subject: [PATCH] chore(deps): update geopandas requirement from >=0.12.0 to >=1.1.4 Updates the requirements on [geopandas](https://github.com/geopandas/geopandas) to permit the latest version. - [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.12.0...v1.1.4) --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7459be..07e0bfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ scikit-image>=0.19.0 # Geospatial Data Processing rasterio>=1.3.0 -geopandas>=0.12.0 +geopandas>=1.1.4 shapely>=2.1.2 pyproj>=3.7.1 fiona>=1.9.0