Skip to content

Commit 9c4a354

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] <support@github.com>
1 parent dde3385 commit 9c4a354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'passlib~=1.7.1',
4747
'djangorestframework-link-header-pagination~=0.1.1',
4848
'weasyprint~=59.0',
49-
'pydyf~=0.10.0', # remove this once we upgrade wasyprint
49+
'pydyf>=0.10,<0.12', # remove this once we upgrade wasyprint
5050
'dj-rest-auth~=4.0.1',
5151
'django-sendsms~=0.5.0',
5252
'jsonfield~=3.1.0',

0 commit comments

Comments
 (0)