From 0460f0332355a9a0cd734a86af11c80f0d730504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:42:28 +0000 Subject: [PATCH] [deps] Update weasyprint requirement from <69,>=65 to >=65,<70 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/v65.0...v69.0) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '69.0' 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 4c104e80..1eb5f38e 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ ), "passlib~=1.7.1", "djangorestframework-link-header-pagination~=0.1.1", - "weasyprint>=65,<69", + "weasyprint>=65,<70", "dj-rest-auth>=6.0,<7.3", "django-sendsms~=0.5.0", "django-private-storage~=3.1.0",