From 36415c6ad64dd829b922403bc33e52b2cdc981c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:01:03 +0000 Subject: [PATCH] Bump shapely from 1.7.0 to 2.0.1 in /requirements Bumps [shapely](https://github.com/shapely/shapely) from 1.7.0 to 2.0.1. - [Release notes](https://github.com/shapely/shapely/releases) - [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt) - [Commits](https://github.com/shapely/shapely/compare/1.7.0...2.0.1) --- updated-dependencies: - dependency-name: shapely dependency-type: direct:production update-type: version-update:semver-major ... 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..25ae069 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==2.0.1 # https://github.com/Toblerity/Shapely