From d1804d8115c1b04bc264bcdc2427128bb642aa8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:01:01 +0000 Subject: [PATCH] Bump shapely from 1.7.0 to 1.8.5.post1 in /requirements Bumps [shapely](https://github.com/shapely/shapely) from 1.7.0 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.0...1.8.5.post1) --- updated-dependencies: - dependency-name: shapely dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 82bcb7f..0c3d5db 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -29,4 +29,4 @@ django-timezone-field==4.0 # https://github.com/mfogel/django-timezone-field/ # read osm file osmium==3.0.1 # https://github.com/osmcode/pyosmium -Shapely==1.7.0 # https://github.com/Toblerity/Shapely +Shapely==1.8.5.post1 # https://github.com/Toblerity/Shapely