From 2dd05d0090f0088a3a173dd79aee1c6012791359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 08:58:47 +0000 Subject: [PATCH] chore(deps): bump weasyprint from 62.2 to 63.0 in /backend/requirements Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 62.2 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.2...v63.0) --- updated-dependencies: - dependency-name: weasyprint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index c58113de2..7abbe5425 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -23,6 +23,6 @@ psycopg2-binary==2.9.9 PyJWT==2.8.0 PyYAML==6.0.1 typing-extensions==4.11.0 -WeasyPrint==62.2 +WeasyPrint==63.0 whitenoise==6.7.0 XlsxWriter==3.1.7