diff --git a/poetry.lock b/poetry.lock index 135e6e6bb..19cc30706 100644 --- a/poetry.lock +++ b/poetry.lock @@ -386,13 +386,13 @@ toml = ["tomli"] [[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] @@ -1616,4 +1616,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d090ceb0d8666130b2b77373981b257297c54aba613408648c3dafb8949e0371" +content-hash = "6138028348b65393c56e23f724440963e721ebf6c3190c3b0da49e9972f4233a" diff --git a/pyproject.toml b/pyproject.toml index d57bf8ccd..c741740b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Your Name "] [tool.poetry.dependencies] python = "^3.9" -Django = "4.2.16" +Django = "4.2.17" django-bootstrap5 = "^22.1" django-environ = "^0.9.0" django-sslserver = "^0.22"