From db79b8a5583ffe73431a9b50b9481977b0843c67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 22:12:12 +0000 Subject: [PATCH] chore(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 090a93680..74aab0988 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ tests = [ "pytest-shard==0.1.2", "pytest-xdist==3.8.0", # Django deps: - "django==5.2.9", + "django==6.0", "mysqlclient==2.2.7", "psycopg2-binary==2.9.11", "jinja2==3.1.6",