From deb4ae4e65eae7fec753f695385107a0518c6518 Mon Sep 17 00:00:00 2001 From: Alexoswin Date: Wed, 21 Jan 2026 18:06:55 +0530 Subject: [PATCH] fix(security): require WeasyPrint >= 68.0 to address CVE-2025-68616 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5eb94c3b44..66d7b3e14c 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",