Skip to content

Commit a31443d

Browse files
committed
We can support 4 as well?!
1 parent 2202712 commit a31443d

File tree

2 files changed

+602
-602
lines changed

2 files changed

+602
-602
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ optional-dependencies = { test-tools = [
88
"pyfakefs (>=5,<6)",
99
"pytest-django (>=4,<5)",
1010
], common-core = [
11-
"django (>5,<6)",
11+
"django (>4,<6)",
1212
"django-health-check",
1313
"djangorestframework-recursive",
1414
"djangorestframework",
@@ -23,7 +23,7 @@ optional-dependencies = { test-tools = [
2323

2424
], task-processor = [
2525
"backoff (>=2.2.1,<3.0.0)",
26-
"django (>5,<6)",
26+
"django (>4,<6)",
2727
"django-health-check",
2828
"prometheus-client (>=0.0.16)",
2929
] }

0 commit comments

Comments
 (0)