diff --git a/poetry.lock b/poetry.lock index 69f17ff0..b285250a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -871,13 +871,13 @@ tests = ["jinja2 (>=2.9.6)", "pytest", "pytest-cov", "pytest-django", "pytest-ru [[package]] name = "django-filer" -version = "3.2.3" +version = "3.3.1" description = "A file management application for django that makes handling of files and images a breeze." optional = false python-versions = ">=3.8" files = [ - {file = "django_filer-3.2.3-py3-none-any.whl", hash = "sha256:b0501899d2097a5c5e0c263a697071ca64e32b9cbe9172ad41e4d681b5e67377"}, - {file = "django_filer-3.2.3.tar.gz", hash = "sha256:a7c173484416e5d71f80838b5105213acf119184267e4e17f47ed3f197e3ba1d"}, + {file = "django_filer-3.3.1-py3-none-any.whl", hash = "sha256:aeaf7c665728a0e8c1a839612ccd993956006c6b683e002013b561b7da53b087"}, + {file = "django_filer-3.3.1.tar.gz", hash = "sha256:397c0b0f313371cc9e0cd92b3f1b0023b8dd213d7ebd038d6e289437df027bd0"}, ] [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 = "5014716d22edf0e69866e64b66f094d780a71cd1ad5e1ac06a7cb75e046e7f8c" diff --git a/pyproject.toml b/pyproject.toml index 1515f536..0e0a4b3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ django-bootstrap3 = "^24" django-ckeditor = "^6.7.0" django-cms = "^3.8" django-csp = "^3.7" -django-filer = "~3.2.3" +django-filer = "~3.3.1" django-markdown-deux = "^1.0.5" django-meta = "^2.4.0" django-parler = "^2.3"