From 38d0f66ea25fc9fc923b476794061fb7c667a1a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 06:10:05 +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 8b56397c..7b0a0fba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -670,23 +670,23 @@ tests = ["black", "django", "flake8", "flake8-bugbear", "hypothesis", "mypy", "p [[package]] name = "django" -version = "5.2.17" +version = "6.1.1" 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.17-py3-none-any.whl", hash = "sha256:f04fb3b36ee119e1af4fa1d397d5fd6cf12700f49321e84d4f4c642c5b1973db"}, - {file = "django-5.2.17.tar.gz", hash = "sha256:9d4d93be539a18ab80d058eb515900e10951e04c537c5a6b394fc49528d3251f"}, + {file = "django-6.1.1-py3-none-any.whl", hash = "sha256:585fb82bf15053c42cf52e67c2f1b54a032dca384759315fd6678ab1870d1d72"}, + {file = "django-6.1.1.tar.gz", hash = "sha256:7ab93536d8e677aa14554c56426290c69480bf2ee68d7513d4a22f57d6bfeb84"}, ] [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" @@ -1439,4 +1439,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.14.7" -content-hash = "37c0afa973900106270779ae6346ab37fd4a2ee170ee4635b0066f774d3c9f29" +content-hash = "178bb8d75744065673f9aa34c8c0b8f01607987615a2b7175adca621d78c9109" diff --git a/pyproject.toml b/pyproject.toml index 417400bc..01477a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.14.7" -django = "5.2.17" +django = "6.1.1" gunicorn = "23.0.0" pyjwt = "2.10.1" psycopg2-binary = "2.9.13"