From f7bf3cb91b30ec3f16618e2bd1ee6abb6897c8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 04:31:36 +0000 Subject: [PATCH] chore(deps): update geopandas requirement from >=0.14 to >=1.1.3 in /ETL 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/main/CHANGELOG.md) - [Commits](https://github.com/geopandas/geopandas/compare/v0.14.0...v1.1.3) --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ETL/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ETL/requirements.txt b/ETL/requirements.txt index b93350c..94e1d03 100644 --- a/ETL/requirements.txt +++ b/ETL/requirements.txt @@ -3,6 +3,6 @@ pandas>=2.0 psycopg2-binary>=2.9 -geopandas>=0.14 +geopandas>=1.1.3 shapely>=2.0 pyogrio>=0.7