From 5e72c5d3bf8154e930b81798efacf4b375a0d92b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:49:06 +0000 Subject: [PATCH] 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d3fb3778..7899874ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "Unidecode==1.4.0", # pillow is only here to make old migrations run "Pillow==12.0.0", - "weasyprint==65.1", + "weasyprint==67.0", ] [project.optional-dependencies]