From 9207e5f204a84db1d14cebef5cb19a73f0fc3e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 05:45:27 +0000 Subject: [PATCH] build(deps): update openpyxl requirement in /services/api 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/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..2fed30a9 100644 --- a/services/api/requirements.in +++ b/services/api/requirements.in @@ -32,7 +32,7 @@ httpx>=0.28.1 # --- analysis / QA + export bridge to the data service (services/data/src) --- ifcopenshell>=0.8.5,<0.9 -openpyxl>=3.1 +openpyxl>=3.1.5 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