From 6fdb9ffbccc77a5592b9e3704a2ab33917de6847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:57:30 +0000 Subject: [PATCH] chore(deps): update shapely requirement from >=2.0.0 to >=2.1.2 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.1.2) --- updated-dependencies: - dependency-name: shapely dependency-version: 2.1.2 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 145455e..492ec33 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.1.2 pyproj>=3.7.1 # Computer Vision diff --git a/requirements.txt b/requirements.txt index d901ffe..b7459be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ scikit-image>=0.19.0 # Geospatial Data Processing rasterio>=1.3.0 geopandas>=0.12.0 -shapely>=2.0.0 +shapely>=2.1.2 pyproj>=3.7.1 fiona>=1.9.0