From e4e9d59e8a9886bbee2f0736a09bd2e656fb2a77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:42:29 +0000 Subject: [PATCH] fix(deps): update dependency django to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56edb4d13..94a29de5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "authlib==1.6.6", "crispy-bootstrap5==2025.6", "dj-rest-auth==7.0.2", - "django==5.2.10", + "django==6.0.1", "django-auditlog==3.4.1", "django-cors-headers==4.9.0", "django-crispy-forms==2.5",