From b404a12df7ca7e05e5c3b4bbb466a3e843cdb85d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:32:02 +0000 Subject: [PATCH] Bump weasyprint from 57.2 to 61.0 Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 57.2 to 61.0. - [Release notes](https://github.com/Kozea/WeasyPrint/releases) - [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst) - [Commits](https://github.com/Kozea/WeasyPrint/compare/v57.2...v61.0) --- updated-dependencies: - dependency-name: weasyprint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d46909c..afbf316d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1674,13 +1674,13 @@ files = [ [[package]] name = "pydyf" -version = "0.7.0" +version = "0.8.0" description = "A low-level PDF generator." optional = false python-versions = ">=3.7" files = [ - {file = "pydyf-0.7.0-py3-none-any.whl", hash = "sha256:23a753daa75adba387606c54eab4d5c9bca83f076be697e59f719d238753fb05"}, - {file = "pydyf-0.7.0.tar.gz", hash = "sha256:a5a88cb06e5beb64a1ef2147ee879b0e5139f5fdb827fda2fcf14a018c7b11e6"}, + {file = "pydyf-0.8.0-py3-none-any.whl", hash = "sha256:901186a2e9f897108139426a6486f5225bdcc9b70be2ec965f25111e42f8ac5d"}, + {file = "pydyf-0.8.0.tar.gz", hash = "sha256:b22b1ef016141b54941ad66ed4e036a7bdff39c0b360993b283875c3f854dd9a"}, ] [package.extras] @@ -2181,13 +2181,13 @@ files = [ [[package]] name = "weasyprint" -version = "57.2" +version = "61.0" description = "The Awesome Document Factory" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "weasyprint-57.2-py3-none-any.whl", hash = "sha256:685692e7a2b4aec21010a61c1e8f1d6cd611dd46509fa7068fcca3c8e59a94f5"}, - {file = "weasyprint-57.2.tar.gz", hash = "sha256:b8e9ef2dcbcfbc82e99215acfd68f947b2b5f1999b5b156db75fabe380ba7e9a"}, + {file = "weasyprint-61.0-py3-none-any.whl", hash = "sha256:1dd5e929389b7ebcbff3088da7af13ae7ab201dce3a2faca7832b1dd5cec60ea"}, + {file = "weasyprint-61.0.tar.gz", hash = "sha256:d91b11a05426fef1d63de826f30a80521d48c6a356455d338c2c429989fa586d"}, ] [package.dependencies] @@ -2196,7 +2196,7 @@ cssselect2 = ">=0.1" fonttools = {version = ">=4.0.0", extras = ["woff"]} html5lib = ">=1.1" Pillow = ">=9.1.0" -pydyf = ">=0.5.0" +pydyf = ">=0.8.0" Pyphen = ">=0.9.1" tinycss2 = ">=1.0.0" @@ -2514,4 +2514,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "24fa1636371e26ccedd3d1dad92caddf8bc58b2b48cbaf95550357b333d23bc9" +content-hash = "8fc3bef6e7e7270e6ab3c1ef2442fe3d5a354338a82d77286fcec141d50dcf8a" diff --git a/pyproject.toml b/pyproject.toml index ff886c92..e93564fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ python-dotenv = "^1.0.0" sentry-sdk = {extras = ["sqlalchemy"], version = "^1.32.0"} turbo-flask = "^0.8.4" unidecode = "^1.3.6" -weasyprint = "^57.2" +weasyprint = "^61.0" wtforms-sqlalchemy = "^0.3" cryptography = "^41.0.7" flask-template-components = "^0.1.0"