From ac02d7e17bb1b750770d1f3a2c5448f95721261d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 12:42:37 +0200 Subject: [PATCH] Bump shapely from 1.8.2 to 1.8.4 (#9875) Bumps [shapely](https://github.com/shapely/shapely) from 1.8.2 to 1.8.4. - [Release notes](https://github.com/shapely/shapely/releases) - [Changelog](https://github.com/shapely/shapely/blob/1.8.4/CHANGES.txt) - [Commits](https://github.com/shapely/shapely/compare/1.8.2...1.8.4) --- updated-dependencies: - dependency-name: shapely dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7aee35ecb98..3e567c210da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ pyproj<3.3.0 OWSLib==0.26.0 pycsw==2.6.1 SQLAlchemy==1.4.40 # required by PyCSW -Shapely==1.8.2 +Shapely==1.8.4 mercantile==1.2.1 geoip2==4.6.0 numpy==1.23.*