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