From ef4ab5142d2231e12ba6d6a551171a276add3205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:28:25 +0000 Subject: [PATCH] build(deps): Update openpyxl requirement in /services/data Updates the requirements on [openpyxl](https://openpyxl.readthedocs.io) to permit the latest version. --- updated-dependencies: - dependency-name: openpyxl dependency-version: 3.1.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..831bafdb 100644 --- a/services/data/requirements.txt +++ b/services/data/requirements.txt @@ -1,6 +1,6 @@ # Data service — IfcOpenShell extraction, QA & clash (guide §8 + analysis) ifcopenshell>=0.8.0,<0.9 -openpyxl>=3.1 # XLSX export +openpyxl>=3.1.5 # XLSX export numpy>=1.26 # geometry-derived quantities, AABB clash ifctester>=0.8 # IDS / openBIM model validation trimesh>=4.0 # clash narrow phase (mesh booleans) + 2D section cuts