From a4761e2e8c4820ab6b0bc3e0942169a913511f35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 05:45:05 +0000 Subject: [PATCH] build(deps): update trimesh requirement in /services/api Updates the requirements on [trimesh](https://github.com/mikedh/trimesh) to permit the latest version. - [Release notes](https://github.com/mikedh/trimesh/releases) - [Commits](https://github.com/mikedh/trimesh/compare/5.0.0...5.1.0) --- updated-dependencies: - dependency-name: trimesh dependency-version: 5.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/api/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/requirements.in b/services/api/requirements.in index 09452252..fe826375 100644 --- a/services/api/requirements.in +++ b/services/api/requirements.in @@ -36,7 +36,7 @@ openpyxl>=3.1 numpy>=2.5.2 # floor raised WITH services/data/requirements.txt: pip-compile reads # only this file, so a floor raised only there cannot move the lock ifctester>=0.8 -trimesh>=5.0.0 +trimesh>=5.1.0 manifold3d>=3.5.2 scipy>=1.18.1 # DO NOT REMOVE — it looks unused and is not. Nothing under `services/` writes `import networkx`,