diff --git a/pyproject.toml b/pyproject.toml index 203ba84..e97d309 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,7 @@ optional-dependencies = { test-tools = [ "pyfakefs (>=5,<6)", "pytest-django (>=4,<5)", ], common-core = [ - "django (>4,<5)", - "django (>4,<5)", + "django (>4,<6)", "django-health-check", "djangorestframework-recursive", "djangorestframework", @@ -24,7 +23,7 @@ optional-dependencies = { test-tools = [ ], task-processor = [ "backoff (>=2.2.1,<3.0.0)", - "django (>4,<5)", + "django (>4,<6)", "django-health-check", "prometheus-client (>=0.0.16)", ] } diff --git a/uv.lock b/uv.lock index b03416e..085cbf8 100644 --- a/uv.lock +++ b/uv.lock @@ -236,16 +236,16 @@ wheels = [ [[package]] name = "django" -version = "4.2.27" +version = "5.2.9" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "asgiref" }, { name = "sqlparse" }, { name = "tzdata", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ce/ff/6aa5a94b85837af893ca82227301ac6ddf4798afda86151fb2066d26ca0a/django-4.2.27.tar.gz", hash = "sha256:b865fbe0f4a3d1ee36594c5efa42b20db3c8bbb10dff0736face1c6e4bda5b92", size = 10432781, upload-time = "2025-12-02T14:01:49.006Z" } +sdist = { url = "https://files.pythonhosted.org/packages/eb/1c/188ce85ee380f714b704283013434976df8d3a2df8e735221a02605b6794/django-5.2.9.tar.gz", hash = "sha256:16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495", size = 10848762, upload-time = "2025-12-02T14:01:08.418Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/dd/f5/1a2319cc090870bfe8c62ef5ad881a6b73b5f4ce7330c5cf2cb4f9536b12/django-4.2.27-py3-none-any.whl", hash = "sha256:f393a394053713e7d213984555c5b7d3caeee78b2ccb729888a0774dff6c11a8", size = 7995090, upload-time = "2025-12-02T14:01:44.234Z" }, + { url = "https://files.pythonhosted.org/packages/17/b0/7f42bfc38b8f19b78546d47147e083ed06e12fc29c42da95655e0962c6c2/django-5.2.9-py3-none-any.whl", hash = "sha256:3a4ea88a70370557ab1930b332fd2887a9f48654261cdffda663fef5976bb00a", size = 8290652, upload-time = "2025-12-02T14:01:03.485Z" }, ] [[package]] @@ -431,8 +431,8 @@ dev = [ [package.metadata] requires-dist = [ { name = "backoff", marker = "extra == 'task-processor'", specifier = ">=2.2.1,<3.0.0" }, - { name = "django", marker = "extra == 'common-core'", specifier = ">4,<5" }, - { name = "django", marker = "extra == 'task-processor'", specifier = ">4,<5" }, + { name = "django", marker = "extra == 'common-core'", specifier = ">4,<6" }, + { name = "django", marker = "extra == 'task-processor'", specifier = ">4,<6" }, { name = "django-health-check", marker = "extra == 'common-core'" }, { name = "django-health-check", marker = "extra == 'task-processor'" }, { name = "djangorestframework", marker = "extra == 'common-core'" },