From 2e1bc87356474ddbf67e88e2880c20b82f23f3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:28:35 +0000 Subject: [PATCH] build(deps): Update shapely requirement in /services/data 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] --- services/data/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/data/requirements.txt b/services/data/requirements.txt index 3cde598c..cd9b1147 100644 --- a/services/data/requirements.txt +++ b/services/data/requirements.txt @@ -7,7 +7,7 @@ trimesh>=4.0 # clash narrow phase (mesh booleans) + 2D section cuts manifold3d>=2.0 # boolean intersection engine for trimesh scipy>=1.11 # trimesh path assembly (section drawings) networkx>=3.0 # trimesh path traversal (section drawings) -shapely>=2.0 # trimesh planar paths +shapely>=2.1.2 # trimesh planar paths reportlab>=4.0 # PDF sheet composition # svglib (SVG→PNG for docs gallery) is a dev-only tool — it pulls pycairo/cairo and is not # needed at runtime (the API serves SVG directly). Install ad hoc when regenerating docs/img.