From 0fc32ed1a422b156f1cce60d2b0a645612d68f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:52:25 +0000 Subject: [PATCH] chore(deps): Update geopandas requirement 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a62039..4f710a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ numpy==2.4.6 # Geo utilities shapely==2.1.2 pyproj==3.7.0 -geopandas>=0.14.0,<1.0.0 +geopandas>=1.1.3,<2.0.0 osmnx>=1.9.0,<2.0.0 pysal>=23.1.0,<25.0.0 pandana>=0.7.0,<1.0.0