From a7520c1517a886ed5d79bc64b5510f3212ed7989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 15:22:44 +0000 Subject: [PATCH] build(deps): Update numpy requirement in /services/api Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.0...v2.5.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 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 1cd60b64..3c6d1930 100644 --- a/services/api/requirements.in +++ b/services/api/requirements.in @@ -18,7 +18,7 @@ psycopg[binary]>=3.1 # Postgres driver (prod). Locked here so `--require-ha # --- analysis / QA + export bridge to the data service (services/data/src) --- ifcopenshell>=0.8.0,<0.9 openpyxl>=3.1 -numpy>=1.26 +numpy>=2.5.1 ifctester>=0.8 trimesh>=4.0 manifold3d>=2.0