diff --git a/poetry.lock b/poetry.lock index 7dba440a..ff0ded46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -591,23 +591,23 @@ tests = ["black", "django", "flake8", "flake8-bugbear", "hypothesis", "mypy", "p [[package]] name = "django" -version = "5.2.16" +version = "6.0.7" 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.16-py3-none-any.whl", hash = "sha256:04f354bf9d807a86ad1a8392fe3808d362358a8eafc322848e0e43e59b24371d"}, - {file = "django-5.2.16.tar.gz", hash = "sha256:59ea02020c3136fce14bef0bbece21a10a4febef5eed1c51c22ae468efa22200"}, + {file = "django-6.0.7-py3-none-any.whl", hash = "sha256:a037427c2288443a8c02a1b02295a31c239663aa682bc50b1976afb7cf6a769e"}, + {file = "django-6.0.7.tar.gz", hash = "sha256:2998503fc083124fb58037084bfa00de323c7c743f05f1b4284e77bff0ab8890"}, ] [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" @@ -1334,4 +1334,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.14.6" -content-hash = "c26d5965404b70d969c3f859e6003e84e980408c66b3b288ae2d4031a14c96fb" +content-hash = "a35e0ab34c8c8e889904b978a9bd1c6f66bbdda1427a59147b998832cfb8c2e0" diff --git a/pyproject.toml b/pyproject.toml index 5f69bdc1..29bceddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.14.6" -django = "5.2.16" +django = "6.0.7" gunicorn = "23.0.0" pyjwt = "2.10.1" psycopg2-binary = "2.9.12"