From 1f82364da265d6c0d1d1f173003b3e0009bfe9bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:28:43 +0000 Subject: [PATCH] build(deps): Update ifcopenshell requirement in /services/data Updates the requirements on [ifcopenshell](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/ifcopenshell-python-0.8.0...ifcopenshell-python-0.8.5) --- updated-dependencies: - dependency-name: ifcopenshell dependency-version: 0.8.5 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..51877891 100644 --- a/services/data/requirements.txt +++ b/services/data/requirements.txt @@ -1,5 +1,5 @@ # Data service — IfcOpenShell extraction, QA & clash (guide §8 + analysis) -ifcopenshell>=0.8.0,<0.9 +ifcopenshell>=0.8.5,<0.9 openpyxl>=3.1 # XLSX export numpy>=1.26 # geometry-derived quantities, AABB clash ifctester>=0.8 # IDS / openBIM model validation