fix(security): require WeasyPrint >= 68.0 to address CVE-2025-68616

This commit is contained in:
Alexoswin 2026-01-21 18:06:55 +05:30
parent 03ac40c2f8
commit deb4ae4e65

View file

@ -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",