From a0761f94069d496f93c42df332af5b16944ce70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:44:00 +0000 Subject: [PATCH] chore(deps): bump shapely from 2.1.1 to 2.1.2 Bumps [shapely](https://github.com/shapely/shapely) from 2.1.1 to 2.1.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.1.1...2.1.2) --- updated-dependencies: - dependency-name: shapely dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7bec9d4..2fe2efd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "tqdm==4.67.1", "click==8.3.0", "rtree==1.4.1", - "shapely==2.1.1", + "shapely==2.1.2", "pydeck==0.9.1", "streamlit==1.50.0", "uvicorn[standard]==0.37.0", diff --git a/requirements.txt b/requirements.txt index 20c0854..52b3c77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ xarray==2025.9.0 # Geospatial Processing geopandas==1.1.1 -shapely==2.1.1 +shapely==2.1.2 pyproj==3.7.2 pyogrio==0.11.1 rtree==1.4.1