diff --git a/poetry.lock b/poetry.lock index 69f17ff0..b6d5a6b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -833,13 +833,13 @@ django = ">=3.2" [[package]] name = "django-cms" -version = "3.11.8" +version = "3.11.9" description = "Lean enterprise content management powered by Django." optional = false python-versions = ">=3.7" files = [ - {file = "django_cms-3.11.8-py2.py3-none-any.whl", hash = "sha256:683440d9b569f225ea0d6260407106d43a50997f5c8be112aed21368aa3a1405"}, - {file = "django_cms-3.11.8.tar.gz", hash = "sha256:8eda384dc78c7dfee45333f29a0fc28e2906cd20da3b4431cf3298ec579103c0"}, + {file = "django_cms-3.11.9-py2.py3-none-any.whl", hash = "sha256:a383fb90159476da79d9e15f0b6701fbf85ec14eb1e7fe57ac8a1a60b55905c5"}, + {file = "django_cms-3.11.9.tar.gz", hash = "sha256:52908f55c401aacbdb033586b8b88a09862ded3e714650a0b8f89ee9ad6d8218"}, ] [package.dependencies] @@ -4378,4 +4378,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "3.10.11" -content-hash = "6d45806738b4e5dea1485ac7db94e2d25c1491ea8b1cdc8425ec54013aee265b" +content-hash = "7f574e933831dad1337785a0874a2e9371f53e1768e8798b00e3e8b0424a5fd1" diff --git a/pyproject.toml b/pyproject.toml index 1515f536..703717b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ django = "^4.2" django-angular = "^2.2" django-bootstrap3 = "^24" django-ckeditor = "^6.7.0" -django-cms = "^3.8" +django-cms = "^3.11" django-csp = "^3.7" django-filer = "~3.2.3" django-markdown-deux = "^1.0.5"