Skip to content

Commit 4f921c4

Browse files
[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](CourtBouillon/pydyf@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: pydyf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbfc0bf commit 4f921c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'passlib~=1.7.1',
4444
'djangorestframework-link-header-pagination~=0.1.1',
4545
'weasyprint~=59.0',
46-
'pydyf~=0.10.0', # remove this once we upgrade wasyprint
46+
'pydyf>=0.10,<0.12', # remove this once we upgrade wasyprint
4747
'dj-rest-auth~=6.0.0',
4848
'django-sendsms~=0.5.0',
4949
'jsonfield~=3.1.0',

0 commit comments

Comments
 (0)