From 93e7ec092e554df5f5d70b3ac46146c41a1fab2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:28:31 +0000 Subject: [PATCH] build(deps): Update reportlab requirement in /services/data Updates the requirements on [reportlab](https://www.reportlab.com/) to permit the latest version. --- updated-dependencies: - dependency-name: reportlab dependency-version: 5.0.0 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..8b3c0792 100644 --- a/services/data/requirements.txt +++ b/services/data/requirements.txt @@ -8,6 +8,6 @@ manifold3d>=2.0 # boolean intersection engine for trimesh scipy>=1.11 # trimesh path assembly (section drawings) networkx>=3.0 # trimesh path traversal (section drawings) shapely>=2.0 # trimesh planar paths -reportlab>=4.0 # PDF sheet composition +reportlab>=5.0.0 # PDF sheet composition # svglib (SVG→PNG for docs gallery) is a dev-only tool — it pulls pycairo/cairo and is not # needed at runtime (the API serves SVG directly). Install ad hoc when regenerating docs/img.