From 3ac7a0f0fd1f8fcb10715d92068dcafca58807e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:11:42 +0000 Subject: [PATCH] chore(deps): update weasyprint requirement in /apps/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/v66.0...v69.0) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '69.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 5c6a2c1..fb77c4b 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pdfplumber>=0.11.0,<1.0.0", "pypdf>=6.1.1,<7.0.0", "reportlab>=4.2.0,<5.0.0", - "weasyprint>=66.0,<67.0", + "weasyprint>=66.0,<70.0", "opentelemetry-api>=1.33.0,<2.0.0", "opentelemetry-sdk>=1.33.0,<2.0.0", "opentelemetry-exporter-otlp-proto-http>=1.33.0,<2.0.0",