From bce347083c551f6f7c3bb9f74f0f063fcf46328d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 03:26:35 +0000 Subject: [PATCH] chore(deps): update weasyprint requirement in /services/api Updates the requirements on [weasyprint](https://github.com/Kozea/WeasyPrint) to permit the latest version. - [Release notes](https://github.com/Kozea/WeasyPrint/releases) - [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst) - [Commits](https://github.com/Kozea/WeasyPrint/compare/v62.0...v69.0) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '69.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/pyproject.toml b/services/api/pyproject.toml index bc393da5..ce835725 100644 --- a/services/api/pyproject.toml +++ b/services/api/pyproject.toml @@ -47,7 +47,7 @@ yara-python = "^4.5.0" pyyaml = "^6.0.1" strawberry-graphql = { version = ">=0.236,<0.317", extras = ["fastapi"] } webauthn = "^2.2.0" -weasyprint = ">=62,<69" # WS-G2: server-side PDF generation from print-ready HTML +weasyprint = ">=62,<70" # WS-G2: server-side PDF generation from print-ready HTML [tool.poetry.group.dev.dependencies] pytest = ">=8.2,<10.0"