diff --git a/poetry.lock b/poetry.lock index 95cdf0403..25aea0f05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 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" @@ -713,13 +713,13 @@ typing_extensions = ">=3.10.0.0" [[package]] name = "django" -version = "4.2.16" +version = "4.2.17" 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.16-py3-none-any.whl", hash = "sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898"}, - {file = "Django-4.2.16.tar.gz", hash = "sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad"}, + {file = "Django-4.2.17-py3-none-any.whl", hash = "sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0"}, + {file = "Django-4.2.17.tar.gz", hash = "sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc"}, ] [package.dependencies] @@ -3162,4 +3162,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "47c783ad3f602328f9a680fcad76138d634ce733c5750224e9a24565b79fc8e9" +content-hash = "f29f1cec7fdcdbd6865dec2e5ef3c5837ab84b73c0deeca8f74c6bed4653b46c" diff --git a/pyproject.toml b/pyproject.toml index a81b878a7..b5ec76d32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Ferenc Csepregi "] [tool.poetry.dependencies] python = "^3.9" -django = "4.2.16" +django = "4.2.17" django-environ = "==0.4.5" django-extensions = "==3.0.9" django-log-formatter-ecs = "==0.0.5"