diff --git a/poetry.lock b/poetry.lock index 43527c2..c9ee2ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -293,13 +293,13 @@ dev = ["polib"] [[package]] name = "django" -version = "4.2.8" +version = "4.2.9" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.8-py3-none-any.whl", hash = "sha256:6cb5dcea9e3d12c47834d32156b8841f533a4493c688e2718cafd51aa430ba6d"}, - {file = "Django-4.2.8.tar.gz", hash = "sha256:d69d5e36cc5d9f4eb4872be36c622878afcdce94062716cf3e25bcedcb168b62"}, + {file = "Django-4.2.9-py3-none-any.whl", hash = "sha256:2cc2fc7d1708ada170ddd6c99f35cc25db664f165d3794bc7723f46b2f8c8984"}, + {file = "Django-4.2.9.tar.gz", hash = "sha256:12498cc3cb8bc8038539fef9e90e95f507502436c1f0c3a673411324fa675d14"}, ] [package.dependencies] @@ -767,4 +767,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d784c461271c0a2045270ee05fee634676889215515431c68835dbf6d1a22227" +content-hash = "28f8f296674bd2ec7722e0bfec516b811961d2f9f25204eaad0b1dc53bbb7ebc" diff --git a/pyproject.toml b/pyproject.toml index d3d3f29..6eb1763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" celery = "5.3.6" -django = "4.2.8" +django = "4.2.9" django-celery-beat = "2.5.0" django-hosts = "6.0" djangorestframework = "3.14.0"