From 466843dfdae9a4084d8e1209d4da6ff85e18666e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 04:04:39 +0000 Subject: [PATCH] Bump shapely from 1.7.1 to 2.0.0 Bumps [shapely](https://github.com/shapely/shapely) from 1.7.1 to 2.0.0. - [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.0) --- updated-dependencies: - dependency-name: shapely dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edfa546..141149c 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( 'redis==3.5.3', 'aerofiles==1.0.0', 'geoalchemy2==0.9.4', - 'shapely==1.7.1', + 'shapely==2.0.0', 'ogn-client==1.2.1', 'mgrs==1.4.2', 'psycopg2-binary==2.9.2',