From 5e839c1a2410354a62b0d8c10843df4ff48278d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 10:01:18 +0000 Subject: [PATCH] Update geopandas requirement from <0.12,>=0.9 to >=0.9,<0.14 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.13.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 39f2a322..46d4608f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ package_dir = packages = find: python_requires = >=3.7 install_requires = - geopandas >=0.9,<0.12 + geopandas >=0.9,<0.14 matplotlib >=3.4,<4 numpy >=1.21,<2 owslib >=0.26,<0.30