From a1477dc87f9009662a8d1e001962173a296e5cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:36:59 +0000 Subject: [PATCH] Bump weasyprint from 68.1 to 69.0 Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 68.1 to 69.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/v68.1...v69.0) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '69.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 bd204ad3f..7a18a6849 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.2.0", - "weasyprint==68.1", + "weasyprint==69.0", ] [project.optional-dependencies]