From 571c9b4939c73fd38ae6b3a732e8fe87914b0572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:38:58 +0000 Subject: [PATCH] Bump weasyprint from 68.0 to 68.1 Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 68.0 to 68.1. - [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.0...v68.1) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '68.1' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d46159b91..4df29a393 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.1.0", - "weasyprint==68.0", + "weasyprint==68.1", ] [project.optional-dependencies]