From 442a06a0c1cfcbe2b681e6d372354f2ee94d9d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 04:00:46 +0000 Subject: [PATCH] Bump weasyprint from 58.1 to 61.2 Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 58.1 to 61.2. - [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/v58.1...v61.2) --- updated-dependencies: - dependency-name: weasyprint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1292ab7..6d376a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4021,13 +4021,13 @@ files = [ [[package]] name = "weasyprint" -version = "58.1" +version = "61.2" description = "The Awesome Document Factory" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "weasyprint-58.1-py3-none-any.whl", hash = "sha256:bd05088342a068b388052cb72f1b2431e1a0dc9d43b4db8ac92429a7a2e6b822"}, - {file = "weasyprint-58.1.tar.gz", hash = "sha256:6173009e313be65807fefbf78a8051ceb7a93776efda7ebbb88c13f5769794f3"}, + {file = "weasyprint-61.2-py3-none-any.whl", hash = "sha256:76c6dc0e75e09182d5645d92c66ddf86b1b992c9420235b723fb374b584e5bf4"}, + {file = "weasyprint-61.2.tar.gz", hash = "sha256:47df6cfeeff8c6c28cf2e4caf837cde17715efe462708ada74baa2eb391b6059"}, ] [package.dependencies] @@ -4036,7 +4036,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" @@ -4237,4 +4237,4 @@ backend-rust = ["cssfinder-backend-rust"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c42958bca3d9ac6fbb9796a0fd57788c450096c63f132a8974deb3b0b4e3c349" +content-hash = "bdf322e9b4251bafccf38dc70b6b52c38b48c491e980b9f91cb4278b72f4ebda" diff --git a/pyproject.toml b/pyproject.toml index 759d013..743cd80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ rich = "^13.3.1" jsonref = "^1.1.0" matplotlib = "^3.7.0" pandas = ">=1.5.3,<3.0.0" -weasyprint = "^58.1" +weasyprint = ">=58.1,<62.0" psutil = "^5.9.4" pytermgui = "^7.3.0" jinja2 = "^3.1.2"