From 2d5b290a1564838e955567ea3a60491e95dfc164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:34:48 +0000 Subject: [PATCH] Bump shapely from 2.0.5 to 2.0.6 in /rastervision_core 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] --- rastervision_core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rastervision_core/requirements.txt b/rastervision_core/requirements.txt index 4c6141e1e..3f2939417 100644 --- a/rastervision_core/requirements.txt +++ b/rastervision_core/requirements.txt @@ -1,5 +1,5 @@ rastervision_pipeline==0.31.2-dev -shapely==2.0.5 +shapely==2.0.6 geopandas==1.0.1 numpy==1.26.4 pillow==10.4.0