From f4dcedcebf63ccccadb2653306b4e9f22b7cb23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:56:51 +0000 Subject: [PATCH] Deps: Bump the python-packages group with 1 update Bumps the python-packages group with 1 update: [weasyprint](https://github.com/Kozea/WeasyPrint). Updates `weasyprint` from 60.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/v60.2...v61.0) --- updated-dependencies: - dependency-name: weasyprint dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7ae9892a..00d31996 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1793,13 +1793,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "weasyprint" -version = "60.2" +version = "61.0" description = "The Awesome Document Factory" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "weasyprint-60.2-py3-none-any.whl", hash = "sha256:3e98eedcc1c5a14cb310c293c6d59a479f59a13f0d705ff07106482827fa5705"}, - {file = "weasyprint-60.2.tar.gz", hash = "sha256:0c0cdd617a78699262b80026e67fa1692e3802cfa966395436eeaf6f787dd126"}, + {file = "weasyprint-61.0-py3-none-any.whl", hash = "sha256:1dd5e929389b7ebcbff3088da7af13ae7ab201dce3a2faca7832b1dd5cec60ea"}, + {file = "weasyprint-61.0.tar.gz", hash = "sha256:d91b11a05426fef1d63de826f30a80521d48c6a356455d338c2c429989fa586d"}, ] [package.dependencies] @@ -1917,4 +1917,4 @@ tracking = ["sentry-sdk"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "22a8a744006b0e651f0a0ed753797373645b2192a0263e47d2c1b72d1fd82333" +content-hash = "542aa2d2d8849756cf0605f9148d56f7491ee9204e7e47a91b2e2ad94f31fb03" diff --git a/pyproject.toml b/pyproject.toml index 02db4e5f..b27a5423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pyyaml = ">=5.3.1,<7.0.0" uritemplate = ">=3.0.1,<5.0.0" djangorestframework = "=3.14.0" coreapi = "^2.3.3" -weasyprint = ">=51,<61" +weasyprint = ">=51,<62" rope = ">=0.17,<1.13" sentry-sdk = { version = "^1.1.0", optional = true }