From b3dbefcb3ec629c6f3983c5e805d7e6399764932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:26:00 +0000 Subject: [PATCH] [deps] Update weasyprint requirement from ~=59.0 to >=59,<63 Updates the requirements on [weasyprint](https://github.com/Kozea/WeasyPrint) to permit the latest version. - [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/v59.0...v61.2) --- updated-dependencies: - dependency-name: weasyprint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f72e6faa..4bf5ba1a 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ ), 'passlib~=1.7.1', 'djangorestframework-link-header-pagination~=0.1.1', - 'weasyprint~=59.0', + 'weasyprint~=61.0', 'pydyf~=0.10.0', # remove this once we upgrade wasyprint 'dj-rest-auth~=4.0.1', 'django-sendsms~=0.5.0',