From 6793cebb9ee132837f1544b428ad40df54dfc97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 22:14:34 +0000 Subject: [PATCH] Bump shapely from 1.7.1 to 1.8.0 Bumps [shapely](https://github.com/Toblerity/Shapely) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/Toblerity/Shapely/releases) - [Changelog](https://github.com/Toblerity/Shapely/blob/main/CHANGES.txt) - [Commits](https://github.com/Toblerity/Shapely/compare/1.7.1...1.8.0) --- updated-dependencies: - dependency-name: shapely dependency-type: direct:production update-type: version-update:semver-minor ... 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..76e9feb 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==1.8.0', 'ogn-client==1.2.1', 'mgrs==1.4.2', 'psycopg2-binary==2.9.2',