From 5ebe9a5c44f0584dd935e78bbef840846bd103ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 01:36:10 +0000 Subject: [PATCH] Bump weasyprint from 62.3 to 63.0 Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 62.3 to 63.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/v62.3...v63.0) --- updated-dependencies: - dependency-name: weasyprint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f7bd933fc..94da87b2a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -31,7 +31,7 @@ python-slugify==8.0.4 argon2-cffi==21.3.0 # Resources -WeasyPrint==62.3 +WeasyPrint==63.0 Pillow==10.4.0 filetype==1.2.0 # https://github.com/h2non/filetype.py