From 0f7d24fa198e96af526b9bbb8825db48aad144ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:05:40 +0000 Subject: [PATCH] Bump shapely from 1.7.1 to 2.0.1 in /requirements Bumps [shapely](https://github.com/shapely/shapely) from 1.7.1 to 2.0.1. - [Release notes](https://github.com/shapely/shapely/releases) - [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt) - [Commits](https://github.com/shapely/shapely/compare/1.7.1...2.0.1) --- updated-dependencies: - dependency-name: shapely dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 4a6b0bc..e5a7c6a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ starlette==0.16.0 # https://www.starlette.io uvicorn==0.15.0 # https://www.uvicorn.org aiofiles==0.7.0 # https://github.com/Tinche/aiofiles Rtree==0.9.7 # https://github.com/Toblerity/rtree -shapely==1.7.1 # https://github.com/Toblerity/Shapely +shapely==2.0.1 # https://github.com/Toblerity/Shapely geopandas==0.9.0 # https://github.com/geopandas/geopandas # Do not install pygeos. Slows down everything