diff --git a/poetry.lock b/poetry.lock index 1ec3cdf..814ac10 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" @@ -458,13 +458,13 @@ files = [ [[package]] name = "django" -version = "5.0.4" +version = "5.0.9" 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.9-py3-none-any.whl", hash = "sha256:f219576ba53be4e83f485130a7283f0efde06a9f2e3a7c3c5180327549f078fa"}, + {file = "Django-5.0.9.tar.gz", hash = "sha256:6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39"}, ] [package.dependencies] @@ -1802,4 +1802,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "cc321552eb55944d8ceb25eb4827f1e5bf4c183ff767b2e1f9f1d051915aa2be" +content-hash = "0934b264cbbfc15c73e628d0331e2fbf22e742f7c1ef6a9dd02592edddaa4931" diff --git a/pyproject.toml b/pyproject.toml index e763c97..8fcb5cc 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.9" djangorestframework = "^3.15.2" psycopg2 = "^2.9.9" celery = "^5.3.6"