From 9f9a7cf66b2790e115e7987f7448a63ce1779fd4 Mon Sep 17 00:00:00 2001 From: sokumon Date: Thu, 22 Jan 2026 11:23:36 +0530 Subject: [PATCH] chore: bump weasyprint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fae18e6cec..fe978601b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "PyQRCode~=1.2.1", "PyYAML~=6.0.3", "RestrictedPython~=8.1", - "WeasyPrint==66.0", + "WeasyPrint==68.0", "pydyf==0.12.1", "Werkzeug==3.1.5", "Whoosh~=2.7.4",