diff --git a/backend-agent/pyproject.toml b/backend-agent/pyproject.toml index 063dc6d..f46364c 100644 --- a/backend-agent/pyproject.toml +++ b/backend-agent/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ 'art==6.5', 'pandas==2.3.3', 'ollama==0.6.1', - 'weasyprint==68.0', + 'weasyprint==68.1', 'pyrit==0.9.0', 'codeattack @ git+https://github.com/marcorosa/CodeAttack', 'gptfuzzer @ git+https://github.com/marcorosa/GPTFuzz@no-vllm', diff --git a/backend-agent/uv.lock b/backend-agent/uv.lock index 89724a0..ec5c1be 100644 --- a/backend-agent/uv.lock +++ b/backend-agent/uv.lock @@ -5452,7 +5452,7 @@ requires-dist = [ { name = "tensorflow-hub", marker = "extra == 'nlp'", specifier = "==0.16.1" }, { name = "textattack", marker = "extra == 'nlp'", specifier = "==0.3.10" }, { name = "unstructured", specifier = "==0.18.31" }, - { name = "weasyprint", specifier = "==68.0" }, + { name = "weasyprint", specifier = "==68.1" }, ] provides-extras = ["nlp"] @@ -6203,7 +6203,7 @@ wheels = [ [[package]] name = "weasyprint" -version = "68.0" +version = "68.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cffi" }, @@ -6215,9 +6215,9 @@ dependencies = [ { name = "tinycss2" }, { name = "tinyhtml5" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/6f/c8/269c96363db39e34cdb99c7afecaaf8130b7e4c176bff28c74877308e0f3/weasyprint-68.0.tar.gz", hash = "sha256:447f40898b747cb44ac31a5d493d512e7441fd56e13f63744c099383bbf9cda9", size = 1541418, upload-time = "2026-01-19T14:54:45.596Z" } +sdist = { url = "https://files.pythonhosted.org/packages/db/3e/65c0f176e6fb5c2b0a1ac13185b366f727d9723541babfa7fa4309998169/weasyprint-68.1.tar.gz", hash = "sha256:d3b752049b453a5c95edb27ce78d69e9319af5a34f257fa0f4c738c701b4184e", size = 1542379, upload-time = "2026-02-06T15:04:11.203Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f8/5a/c7954167c05ee882a4640b6da0a343c37e3b9de352619c86f8c4efefbb00/weasyprint-68.0-py3-none-any.whl", hash = "sha256:c2cb40c71b50837c5971f00171c9e4078e8c9912dd7c217f3e90e068f11e8aa1", size = 319688, upload-time = "2026-01-19T14:54:44.242Z" }, + { url = "https://files.pythonhosted.org/packages/dd/dd/14eb73cea481ad8162d3b18a4850d4a84d6e804a22840cca207648532265/weasyprint-68.1-py3-none-any.whl", hash = "sha256:4dc3ba63c68bbbce3e9617cb2226251c372f5ee90a8a484503b1c099da9cf5be", size = 319789, upload-time = "2026-02-06T15:04:09.189Z" }, ] [[package]]