From e0dead3a19040791d11b0c02d40eb85ae04ee7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 08:17:15 +0000 Subject: [PATCH] chore(deps): update shapely requirement from >=2.0.0 to >=2.0.7 Updates the requirements on [shapely](https://github.com/shapely/shapely) to permit the latest version. - [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.0...2.0.7) --- updated-dependencies: - dependency-name: shapely dependency-version: 2.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-install.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-install.txt b/requirements-install.txt index 3717f84..f0fc3be 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -7,7 +7,7 @@ scikit-learn>=1.0.0 # Geospatial (excluding gdal/fiona - require system GDAL: brew install gdal) rasterio>=1.3.0 -shapely>=2.0.0 +shapely>=2.0.7 pyproj>=3.4.0 # Computer Vision diff --git a/requirements.txt b/requirements.txt index 687a133..6a53633 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ scikit-learn>=1.0.0 # Geospatial Data Processing rasterio>=1.3.0 geopandas>=0.12.0 -shapely>=2.0.0 +shapely>=2.0.7 pyproj>=3.4.0 fiona>=1.9.0