From 4b075d4eff411eed28381f934da8e2ca1a418dab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 04:33:06 +0000 Subject: [PATCH] Bump shapely from 1.6.4.post2 to 1.7.0 Bumps [shapely](https://github.com/Toblerity/Shapely) from 1.6.4.post2 to 1.7.0. - [Release notes](https://github.com/Toblerity/Shapely/releases) - [Changelog](https://github.com/Toblerity/Shapely/blob/master/CHANGES.txt) - [Commits](https://github.com/Toblerity/Shapely/compare/1.6.4.post2...1.7.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 066ee3c..509337b 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( 'redis==3.3.11', 'aerofiles==1.0.0', 'geoalchemy2==0.6.3', - 'shapely==1.6.4.post2', + 'shapely==1.7.0', 'ogn-client==0.9.6', 'psycopg2-binary==2.8.4', 'mgrs==1.3.5',