From 21cc8e86b16cc016c6675f120ab80b97417da989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:15:33 +0000 Subject: [PATCH] Update shapely requirement from >=2.0.0 to >=2.1.2 in /python/geobrix 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:development ... Signed-off-by: dependabot[bot] --- python/geobrix/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/geobrix/pyproject.toml b/python/geobrix/pyproject.toml index dd8afe7..20da083 100644 --- a/python/geobrix/pyproject.toml +++ b/python/geobrix/pyproject.toml @@ -37,7 +37,7 @@ dev = [ ] test = [ "pytest>=7.0", - "shapely>=2.0.0", + "shapely>=2.1.2", "rasterio>=1.3.0", "numpy>=1.24.0", ]