diff --git a/poetry.lock b/poetry.lock index 1ec3cdf..fe91e46 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.5 and should not be changed by hand. [[package]] name = "amqp" @@ -458,13 +458,13 @@ files = [ [[package]] name = "django" -version = "5.0.4" +version = "5.0.11" 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.4-py3-none-any.whl", hash = "sha256:916423499d75d62da7aa038d19aef23d23498d8df229775eb0a6309ee1013775"}, - {file = "Django-5.0.4.tar.gz", hash = "sha256:4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd"}, + {file = "Django-5.0.11-py3-none-any.whl", hash = "sha256:09e8128f717266bf382d82ffa4933f13da05d82579abf008ede86acb15dec88b"}, + {file = "Django-5.0.11.tar.gz", hash = "sha256:e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65"}, ] [package.dependencies] @@ -1802,4 +1802,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "cc321552eb55944d8ceb25eb4827f1e5bf4c183ff767b2e1f9f1d051915aa2be" +content-hash = "b36ecefcfcf922ffb42aa0ee9d5ba158ffe4c58143bd7ea341bb30fa83f4d7c3" diff --git a/pyproject.toml b/pyproject.toml index e763c97..c23a7b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -Django = "^5.0.4" +Django = "^5.0.11" djangorestframework = "^3.15.2" psycopg2 = "^2.9.9" celery = "^5.3.6"