From c230076f150ee70981988eac83c51c56b1147ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:26:44 +0000 Subject: [PATCH] [deps] Update pydyf requirement from ~=0.10.0 to >=0.10,<0.12 Updates the requirements on [pydyf](https://github.com/CourtBouillon/pydyf) to permit the latest version. - [Release notes](https://github.com/CourtBouillon/pydyf/releases) - [Changelog](https://github.com/CourtBouillon/pydyf/blob/main/docs/changelog.rst) - [Commits](https://github.com/CourtBouillon/pydyf/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: pydyf 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..e60e80b6 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ 'passlib~=1.7.1', 'djangorestframework-link-header-pagination~=0.1.1', 'weasyprint~=59.0', - 'pydyf~=0.10.0', # remove this once we upgrade wasyprint + 'pydyf>=0.10,<0.12', # remove this once we upgrade wasyprint 'dj-rest-auth~=4.0.1', 'django-sendsms~=0.5.0', 'jsonfield~=3.1.0',