diff --git a/poetry.lock b/poetry.lock index 9149f3eaf..83c746390 100644 --- a/poetry.lock +++ b/poetry.lock @@ -567,13 +567,13 @@ testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] [[package]] name = "django-filter" -version = "22.1" +version = "23.4" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." optional = false python-versions = ">=3.7" files = [ - {file = "django-filter-22.1.tar.gz", hash = "sha256:ed473b76e84f7e83b2511bb2050c3efb36d135207d0128dfe3ae4b36e3594ba5"}, - {file = "django_filter-22.1-py3-none-any.whl", hash = "sha256:ed429e34760127e3520a67f415bec4c905d4649fbe45d0d6da37e6ff5e0287eb"}, + {file = "django-filter-23.4.tar.gz", hash = "sha256:bed070b38359dce7d2dbe057b165d59773057986356cb809ded983b36c77a976"}, + {file = "django_filter-23.4-py3-none-any.whl", hash = "sha256:526954f18bd7d6423f232a9a7974f58fbc6863908b9fc160de075e01adcc2a5f"}, ] [package.dependencies] @@ -2268,4 +2268,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "9b7f44079e96b9f59a411efdbab66fd58b18f1166c42adec71939f9cab1e52e0" +content-hash = "ebcff1e18c5acc29bcf32117abeec43bfb11c0fa2d5bb405b4e00a46c982f414" diff --git a/pyproject.toml b/pyproject.toml index 5d21633b3..453173004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0" django-simple-captcha = "^0.5.20" -django-filter = "^22.1" +django-filter = "^23.4" webdriver-manager = "^4.0.1" pillow = "^10.1.0" chromedriver-autoinstaller = "^0.6.2"