From 90d16eaaf7cf0cfdbf3156641763f84067630c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:25:25 +0000 Subject: [PATCH] pip(deps): bump weasyprint from 65.1 to 67.0 Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 65.1 to 67.0. - [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/v65.1...v67.0) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '67.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f69a867..44f4ecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "python-dotenv==1.1.0", "Werkzeug==3.0.1", "qrcode[pil]==8.2", - "WeasyPrint==65.1", + "WeasyPrint==67.0", "cryptography==45.0.4", "pyOpenSSL==24.1.0", "pytest" diff --git a/requirements.txt b/requirements.txt index 55d82e2..f70fe05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ email-validator==2.2.0 python-dotenv==1.0.1 Werkzeug==3.0.1 qrcode[pil]==7.4.2 -WeasyPrint==65.1 +WeasyPrint==67.0 cryptography==42.0.5 pyOpenSSL==24.1.0 pydyf==0.11.0