From 9c4a3543d6f0e6695b7c806fd1c188db30a2df45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:48:49 +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 24b6f034..7282b530 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',