diff --git a/poetry.lock b/poetry.lock index f44c2b6..48c103c 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,13 +230,13 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "django" -version = "5.0.6" +version = "5.0.7" 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.0.7-py3-none-any.whl", hash = "sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da"}, + {file = "Django-5.0.7.tar.gz", hash = "sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2"}, ] [package.dependencies] @@ -741,4 +741,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9f96ba8add8b1ec3faa183ad1ad84cb4ad2095dd352c7d2c64cdd642d30f27b3" +content-hash = "8768393b7c18a58b6e0df48081bf8e6900225eca8bfbd3efe332239fd7abb1e2" diff --git a/pyproject.toml b/pyproject.toml index d9a029a..d52371a 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.0.7" python-dotenv = "^1.0.1" psycopg2-binary = "^2.9.9" gunicorn = "^22.0.0"