From 769a785634ce3341aae8cc9b911daf2838efe939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:39:44 +0000 Subject: [PATCH] build(deps): bump shapely from 1.8.5.post1 to 2.0.6 Bumps [shapely](https://github.com/shapely/shapely) from 1.8.5.post1 to 2.0.6. - [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.8.5.post1...2.0.6) --- updated-dependencies: - dependency-name: shapely dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d8b8a9399c..dd4014978fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ pyproj<3.7.0 OWSLib==0.31.0 pycsw==2.6.1 SQLAlchemy==2.0.30 # required by PyCSW -Shapely==1.8.5.post1 +Shapely==2.0.6 mercantile==1.2.1 numpy==1.26.*