From bb1d8fb152ba35e9d6d9d82435b5f4b865d0f4d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:11:23 +0000 Subject: [PATCH] Bump weasyprint from 52.5 to 60.1 Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 52.5 to 60.1. - [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/v52.5...v60.1) --- updated-dependencies: - dependency-name: weasyprint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 552463f20f..6c73e8a2c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -360,7 +360,7 @@ vine==5.0.0 # kombu wcwidth==0.2.6 # via prompt-toolkit -weasyprint==52.5 +weasyprint==60.1 # via # django-weasyprint # geotrek (setup.py) diff --git a/setup.py b/setup.py index 293661e53e..5780b8f480 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def run(self): 'django-colorfield', 'Fiona', 'markdown', - "weasyprint==52.5", # newer version required libpango (not available in bionic) + "weasyprint==60.1", # newer version required libpango (not available in bionic) 'django-weasyprint<2.0.0', # 2.10 require weasyprint > 53 "django-clearcache", "pyopenair",