Skip to content

Commit 913717f

Browse files
committed
Fix tox dependency typo
1 parent 9f57130 commit 913717f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ basepython =
2525
deps =
2626
dj42: Django>=4.2,<4.3
2727
dj51: Django>=5.1,<5.2
28-
dj52: Django>=5.2,<5,3
28+
dj52: Django>=5.2,<5.3
2929
wt7: wagtail>=7.0,<7.1
3030

3131
commands =

0 commit comments

Comments
 (0)