Merge pull request 'fix(deps): update dependency weasyprint to v63.1' (#14) from renovate/weasyprint-63.x-lockfile into main
All checks were successful
Build and Publish Docker Image / build (push) Successful in 52s

Reviewed-on: #14
This commit is contained in:
2024-12-11 11:52:00 +13:00

22
poetry.lock generated
View File

@@ -2153,24 +2153,24 @@ anyio = ">=3.0.0"
[[package]]
name = "weasyprint"
version = "63.0"
version = "63.1"
description = "The Awesome Document Factory"
optional = false
python-versions = ">=3.9"
files = [
{file = "weasyprint-63.0-py3-none-any.whl", hash = "sha256:57d02dcfd06811a1299730c01dcc0e14eb81e990c8c51844a7fc0351fd71ed83"},
{file = "weasyprint-63.0.tar.gz", hash = "sha256:ec24c64fdcc63e4168b2c24eb89b1ee8a711281a7d7fdb3eed3f54995489c9d1"},
{file = "weasyprint-63.1-py3-none-any.whl", hash = "sha256:9d0319fe3ba553c9a77dc43a2d35b64a70c2b8809ad55a139a214803fde62bce"},
{file = "weasyprint-63.1.tar.gz", hash = "sha256:cb424e63e8dd3f14195bfe5f203527646aa40a2f00ac819f9d39b8304cec0044"},
]
[package.dependencies]
cffi = ">=0.6,<2"
cssselect2 = ">=0.1,<0.8"
fonttools = {version = ">=4.0.0,<5", extras = ["woff"]}
Pillow = ">=9.1.0,<11"
pydyf = ">=0.11.0,<0.12"
Pyphen = ">=0.9.1,<0.16"
tinycss2 = ">=1.4.0,<2"
tinyhtml5 = ">=2.0.0b1,<3"
cffi = ">=0.6"
cssselect2 = ">=0.1"
fonttools = {version = ">=4.0.0", extras = ["woff"]}
Pillow = ">=9.1.0"
pydyf = ">=0.11.0"
Pyphen = ">=0.9.1"
tinycss2 = ">=1.4.0"
tinyhtml5 = ">=2.0.0b1"
[package.extras]
doc = ["sphinx", "sphinx_rtd_theme"]