diff --git a/pyproject.toml b/pyproject.toml index 842679c89..c5fbaac30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ dependencies = [ "django-import-export>=4.4.1,<5", "pymed-iplweb==0.8.11", "django-taggit>=5,<7", - "weasyprint>=66.0", + "weasyprint>=69.0", "requests-oauthlib==2.0.0", "django-cacheops>=7.2,<8", "django-constance>=4.3.5", diff --git a/uv.lock b/uv.lock index 2fc49a243..c363cc4e0 100644 --- a/uv.lock +++ b/uv.lock @@ -646,7 +646,7 @@ requires-dist = [ { name = "uvicorn", extras = ["standard"], specifier = ">=0.47.0" }, { name = "uvicorn-worker", specifier = ">=0.4.0" }, { name = "watchdog", specifier = ">=5.0.3" }, - { name = "weasyprint", specifier = ">=66.0" }, + { name = "weasyprint", specifier = ">=69.0" }, { name = "wosclient", specifier = "==0.1.5" }, { name = "xhtml2pdf", specifier = ">=0.2.16" }, { name = "xlrd", specifier = "==2.0.2" }, @@ -6036,7 +6036,7 @@ wheels = [ [[package]] name = "weasyprint" -version = "68.1" +version = "69.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cffi", marker = "platform_python_implementation != 'PyPy'" }, @@ -6048,9 +6048,9 @@ dependencies = [ { name = "tinycss2", marker = "platform_python_implementation != 'PyPy'" }, { name = "tinyhtml5", marker = "platform_python_implementation != 'PyPy'" }, ] -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" } +sdist = { url = "https://files.pythonhosted.org/packages/59/53/dcc3885c2f7a47faa45f6b8b801412f5f9e055173a52801ef01c09943c5a/weasyprint-69.0.tar.gz", hash = "sha256:a7a32f39ca16bd82ef11de99c92ea4b5f14951c9033af035e451ce4f4ee0a88c", size = 1549834, upload-time = "2026-06-02T14:42:17.765Z" } wheels = [ - { 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" }, + { url = "https://files.pythonhosted.org/packages/93/cb/208525c6bd5033d7b2589b55e07bec23d9c61bb00703cbaf20ef52c3811f/weasyprint-69.0-py3-none-any.whl", hash = "sha256:475951cfd917014de6d4d005caff48c6aa867e7e42b80cd5b16a0484a1609ee6", size = 322872, upload-time = "2026-06-02T14:42:15.871Z" }, ] [[package]]