From 13aef97f5d066fe7603f86463b2c2af86261e371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 04:04:13 +0000 Subject: [PATCH] Bump shapely from 1.7.1 to 2.0.1 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edfa546..355df5a 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.1', 'ogn-client==1.2.1', 'mgrs==1.4.2', 'psycopg2-binary==2.9.2',