From e7745260ce47158b428dff2053b18429f7c4662f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:29:55 +0000 Subject: [PATCH] Bump weasyprint from 67.0 to 68.0 Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 67.0 to 68.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/v67.0...v68.0) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '68.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 a99ade8d3..21320d9f9 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==67.0", + "weasyprint==68.0", ] [project.optional-dependencies]