From f822bc6c5cd08f50ede8b64cf28068bc4b347183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:00:40 +0000 Subject: [PATCH] chore(deps): bump shapely from 2.0.5 to 2.0.6 Bumps [shapely](https://github.com/shapely/shapely) from 2.0.5 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/2.0.5...2.0.6) --- updated-dependencies: - dependency-name: shapely dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12c0b9104..082930fd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ python-slugify==8.0.4 redis==5.0.8 requests==2.32.3 setuptools==72.1.0 -Shapely==2.0.5 +Shapely==2.0.6 SQLAlchemy==1.3.24 transaction==4.0 waitress==3.0.0