Skip to content

Commit 0815c3f

Browse files
Update dependency django to ==6.0.*
1 parent 4964f56 commit 0815c3f

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
@@ -46,7 +46,7 @@ dev = [
4646
"pytest==9.0.2",
4747
"pytest-mypy-plugins==3.2.0",
4848
"djangorestframework==3.16.1",
49-
"django==5.2.*; python_version < '3.12'",
49+
"django==6.0.*; python_version < '3.12'",
5050
"django==6.0.*; python_version >= '3.12'",
5151
"types-pytz==2025.2.0.20251108",
5252
"types-requests==2.32.4.20250913",

0 commit comments

Comments
 (0)