diff --git a/poetry.lock b/poetry.lock index b8e91c7d7..ba100a03e 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 = "asgiref" @@ -356,13 +356,13 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "django" -version = "4.2.16" +version = "4.2.18" 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.18-py3-none-any.whl", hash = "sha256:ba52eff7e228f1c775d5b0db2ba53d8c49d2f8bfe6ca0234df6b7dd12fb25b19"}, + {file = "Django-4.2.18.tar.gz", hash = "sha256:52ae8eacf635617c0f13b44f749e5ea13dc34262819b2cc8c8636abb08d82c4b"}, ] [package.dependencies] @@ -1639,4 +1639,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cee0547c269afa5e969c061cfbb0ee4842015f1df6103055baadfa89edf814d8" +content-hash = "f594af6674b825ea1debb500ecf55ce918dc0ad9ebf4d03b115368a11a2632d6" diff --git a/pyproject.toml b/pyproject.toml index 1f7aaa82b..859534406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.9" -Django = "4.2.16" +Django = "4.2.18" django-autocomplete-light = "3.9.4" django-extra-views = "0.13.0" django-quill-editor = "0.1.40"