From 5bf199113675578454ee0f67de3f44b31380b688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 17:48:43 +0000 Subject: [PATCH] chore(deps): update dependency django to v6 --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 168b0122..f42f38d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -547,23 +547,23 @@ tests = ["black", "django", "flake8", "flake8-bugbear", "hypothesis", "mypy", "p [[package]] name = "django" -version = "5.2.14" +version = "6.0.5" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.10" +python-versions = ">=3.12" files = [ - {file = "django-5.2.14-py3-none-any.whl", hash = "sha256:6f712143bd3064310d1f50fac859c3e9a274bdcfc9595339853be7779297fc76"}, - {file = "django-5.2.14.tar.gz", hash = "sha256:58a63ba841662e5c686b57ba1fec52ddd68c0b93bd96ac3029d55728f00bf8a2"}, + {file = "django-6.0.5-py3-none-any.whl", hash = "sha256:9d58a7cb49244e74c8e161d5e403a46d6209f1009ba40f5a66d6aa0d0786a8f0"}, + {file = "django-6.0.5.tar.gz", hash = "sha256:bc6d6872e98a2864c836e42edd644b362db311147dd5aa8d5b82ba7a032f5269"}, ] [package.dependencies] -asgiref = ">=3.8.1" -sqlparse = ">=0.3.1" +asgiref = ">=3.9.1" +sqlparse = ">=0.5.0" tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] -argon2 = ["argon2-cffi (>=19.1.0)"] -bcrypt = ["bcrypt"] +argon2 = ["argon2-cffi (>=23.1.0)"] +bcrypt = ["bcrypt (>=4.1.1)"] [[package]] name = "django-browser-reload" @@ -1305,4 +1305,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.14.4" -content-hash = "2406dc9924e764f3bacabbce112f4faab72c28289d515c5946017e0fd71d464b" +content-hash = "625ca7db5019b49381004dbea83ea52f61b3e2d4381513699b5fb05911707616" diff --git a/pyproject.toml b/pyproject.toml index bd18c4ff..c7c7f750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.14.4" -django = "5.2.14" +django = "6.0.5" gunicorn = "23.0.0" pyjwt = "2.10.1" psycopg2-binary = "2.9.12"