Skip to content

Commit dc49fe0

Browse files
deps: update dependency django to v6
1 parent c71c67a commit dc49fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 (>4,<6)",
11+
"django (>6,<7)",
1212
"django-health-check",
1313
"djangorestframework-recursive",
1414
"djangorestframework",
@@ -22,7 +22,7 @@ optional-dependencies = { test-tools = [
2222
"simplejson (>=3,<4)",
2323
], task-processor = [
2424
"backoff (>=2.2.1,<3.0.0)",
25-
"django (>4,<6)",
25+
"django (>6,<7)",
2626
"django-health-check",
2727
"prometheus-client (>=0.0.16)",
2828
], flagsmith-schemas = [

0 commit comments

Comments
 (0)