Skip to content

Commit 4dfa326

Browse files
committed
Upgrade django_renderpdf
Fixes a bug in the dependency definition of a transitive dependency.
1 parent b92acc0 commit 4dfa326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
dependencies = [
3333
"cryptography>=3.2,<47",
3434
"django>=4.2,<5.3",
35-
"django_renderpdf>=3.0.0,<6.0.0",
35+
"django_renderpdf>=6.0.0,<7.0.0",
3636
"lxml>=3.4.4",
3737
"pyopenssl>=16.2.0",
3838
"setuptools-git>=1.1",

0 commit comments

Comments
 (0)