From 21da3f516f2542602ce8d46ee08ce93d16cde6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:34:06 +0000 Subject: [PATCH] chore(deps): bump shapely from 2.0.1 to 2.0.2 Bumps [shapely](https://github.com/shapely/shapely) from 2.0.1 to 2.0.2. - [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.1...2.0.2) --- 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 4502e0f20..7b41c968f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ python-slugify==8.0.1 redis==5.0.1 requests==2.31.0 setuptools==68.2.2 -Shapely==2.0.1 +Shapely==2.0.2 SQLAlchemy==1.3.24 transaction==3.1.0 waitress==2.1.2