From 542f8e9e632f1849e1492287953f09bb5627d728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 05:45:13 +0000 Subject: [PATCH] chore(deps): Update ifctester requirement in /services/api Updates the requirements on [ifctester](https://github.com/IfcOpenShell/IfcOpenShell) to permit the latest version. - [Release notes](https://github.com/IfcOpenShell/IfcOpenShell/releases) - [Commits](https://github.com/IfcOpenShell/IfcOpenShell/compare/bonsai-0.8.0...bonsai-0.8.5) --- updated-dependencies: - dependency-name: ifctester dependency-version: 0.8.5 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 19c6536c..1a6e096a 100644 --- a/services/api/requirements.in +++ b/services/api/requirements.in @@ -21,7 +21,7 @@ psycopg[binary]>=3.1 # Postgres driver (prod). Locked here so `--require-ha ifcopenshell>=0.8.0,<0.9 openpyxl>=3.1 numpy>=1.26 -ifctester>=0.8 +ifctester>=0.8.5 trimesh>=4.0 manifold3d>=2.0 scipy>=1.11