From 50e756204b91be36bc75b558bbe5f83a2bedb4b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 13:04:18 +0000 Subject: [PATCH] Update geopandas requirement from <0.14,>=0.9 to >=0.9,<0.15 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.9.0...v0.14.0) --- updated-dependencies: - dependency-name: geopandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5a832f28..bc4830af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ packages = find: python_requires = >=3.9 install_requires = geoengine-openapi-client == 0.0.22 - geopandas >=0.9,<0.15 + geopandas >=0.9,<1.1 matplotlib >=3.5,<3.8 numpy >=1.21,<2.1 owslib >=0.27,<0.32