diff --git a/poetry.lock b/poetry.lock index 704cde9a29d..5bb2d351771 100644 --- a/poetry.lock +++ b/poetry.lock @@ -872,13 +872,13 @@ typing-extensions = ">=3.10.0.0" [[package]] name = "django" -version = "4.2.17" +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.17-py3-none-any.whl", hash = "sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0"}, - {file = "Django-4.2.17.tar.gz", hash = "sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc"}, + {file = "Django-4.2.18-py3-none-any.whl", hash = "sha256:ba52eff7e228f1c775d5b0db2ba53d8c49d2f8bfe6ca0234df6b7dd12fb25b19"}, + {file = "Django-4.2.18.tar.gz", hash = "sha256:52ae8eacf635617c0f13b44f749e5ea13dc34262819b2cc8c8636abb08d82c4b"}, ] [package.dependencies] @@ -5041,4 +5041,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fd7b33e6de0a2ca52f8d603c007322ccf27c6cbfb9304d3e9e0bb70e627ee57e" +content-hash = "494fa4927a7f270c2fbe6ededed22bff764f418eeaa3e7daa508458b72ec6723" diff --git a/pyproject.toml b/pyproject.toml index 41db760c44e..c68b400855d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license = "BSD 3-Clause" [tool.poetry.dependencies] python = "^3.11" APScheduler = "^3.10.4" -Django = "^4.2.17" +Django = "^4.2.18" babis = "^0.2.4" Pillow = "^9.5.0" bleach = {version = "^6.1.0", extras = ["css"]}