From dee2f4b659418ad4bcfe0b8c27976b97a1627e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 06:29:13 +0000 Subject: [PATCH] Bump shapely from 1.7.0 to 1.7.1 in /requirements Bumps [shapely](https://github.com/Toblerity/Shapely) from 1.7.0 to 1.7.1. - [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.7.0...1.7.1) 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..11a854e 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.7.1 # https://github.com/Toblerity/Shapely