From 177d7f06495411d0b40ee4f47401a07b3de117db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:01:16 +0000 Subject: [PATCH] Update dependency django to v6.0.2 [SECURITY] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 623ea98..dee4c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,13 +41,13 @@ dynamic = ["version"] [project.optional-dependencies] blacksheep = ["blacksheep>=2", "httpx>=0.22.0"] django_ninja = [ - "django>=2.2,<5; python_version<'3.10'", + "django>=6,<7; python_version<'3.10'", "django>=2.2; python_version>='3.10'", "django-ninja>=1.0.0", "requests>=2.26.0", ] django_rest_framework = [ - "django>=2.2,<5; python_version<'3.10'", + "django>=6,<7; python_version<'3.10'", "django>=2.2; python_version>='3.10'", "djangorestframework>=3.10.0", "uritemplate>=3.0.0", # required for schema generation