diff --git a/poetry.lock b/poetry.lock index 67b6337..e266249 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "amqp" @@ -230,17 +230,17 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "django" -version = "5.0.6" +version = "5.1" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.0.6-py3-none-any.whl", hash = "sha256:8363ac062bb4ef7c3f12d078f6fa5d154031d129a15170a1066412af49d30905"}, - {file = "Django-5.0.6.tar.gz", hash = "sha256:ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f"}, + {file = "Django-5.1-py3-none-any.whl", hash = "sha256:d3b811bf5371a26def053d7ee42a9df1267ef7622323fe70a601936725aa4557"}, + {file = "Django-5.1.tar.gz", hash = "sha256:848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d"}, ] [package.dependencies] -asgiref = ">=3.7.0,<4" +asgiref = ">=3.8.1,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -741,4 +741,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d6fafee0df94ce68ea1c61be54f4efc071ea1e70b5c7ffd7b52d673055f0aa0d" +content-hash = "bf195d5d2397a20272491253f3dea16b18e252da9c6bd5d0560a8e9241e4c05a" diff --git a/pyproject.toml b/pyproject.toml index 9d54577..b913cc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "django_dx"}] [tool.poetry.dependencies] python = "^3.10" -Django = "^5.0.6" +Django = "^5.1" python-dotenv = "^1.0.1" psycopg2-binary = "^2.9.9" gunicorn = "^22.0.0"