diff --git a/pyproject.toml b/pyproject.toml index 16022a1..861e75f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ optional-dependencies = { test-tools = [ "pyfakefs (>=5,<6)", "pytest-django (>=4,<5)", ], common-core = [ - "django (>4,<6)", + "django (>6,<7)", "django-health-check", "djangorestframework-recursive", "djangorestframework", @@ -33,7 +33,7 @@ optional-dependencies = { test-tools = [ "typing_extensions", ], task-processor = [ "backoff (>=2.2.1,<3.0.0)", - "django (>4,<6)", + "django (>6,<7)", "django-health-check", "opentelemetry-api (>=1.25,<2)", "prometheus-client (>=0.0.16)",