diff --git a/poetry.lock b/poetry.lock index 4089400..afb651d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -541,23 +541,23 @@ tests = ["black", "django", "flake8", "flake8-bugbear", "hypothesis", "mypy", "p [[package]] name = "django" -version = "5.2.10" +version = "6.0.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.10-py3-none-any.whl", hash = "sha256:cf85067a64250c95d5f9067b056c5eaa80591929f7e16fbcd997746e40d6c45c"}, - {file = "django-5.2.10.tar.gz", hash = "sha256:74df100784c288c50a2b5cad59631d71214f40f72051d5af3fdf220c20bdbbbe"}, + {file = "django-6.0.1-py3-none-any.whl", hash = "sha256:a92a4ff14f664a896f9849009cb8afaca7abe0d6fc53325f3d1895a15253433d"}, + {file = "django-6.0.1.tar.gz", hash = "sha256:ed76a7af4da21551573b3d9dfc1f53e20dd2e6c7d70a3adc93eedb6338130a5f"}, ] [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" @@ -1302,4 +1302,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.14.2" -content-hash = "dc7f2d9e0bc41831574eb2b69e61af7986a6893c8a5e9f10b89d2e397e6df3c3" +content-hash = "b4e4d9af0cdf67bb831d6db99e0e57e4dffe24c228e4c5fbdef866cb370cb233" diff --git a/pyproject.toml b/pyproject.toml index 2e2709b..6274e54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.14.2" -django = "5.2.10" +django = "6.0.1" gunicorn = "23.0.0" pyjwt = "2.10.1" psycopg2-binary = "2.9.11"