From a0a11824c7948179fb221ed8ee764693d5fa830f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:32:55 +0000 Subject: [PATCH] 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 a38d2fb6d..fd8989e7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ openpyxl==3.1.2 pandas==2.1.1 pillow==10.1.0 seaborn==0.13.0 -shapely==2.0.1 +shapely==2.0.2 tqdm==4.66.1 ujson==5.8.0