From 5e96e2ba1abd1bf0f1e58b5b77033b18c17acf63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 04:11:38 +0000 Subject: [PATCH] Bump shapely from 1.7.1 to 1.8.4 Bumps [shapely](https://github.com/shapely/shapely) from 1.7.1 to 1.8.4. - [Release notes](https://github.com/shapely/shapely/releases) - [Changelog](https://github.com/shapely/shapely/blob/1.8.4/CHANGES.txt) - [Commits](https://github.com/shapely/shapely/compare/1.7.1...1.8.4) --- 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..8b7b279 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.4', 'ogn-client==1.2.1', 'mgrs==1.4.2', 'psycopg2-binary==2.9.2',