diff --git a/poetry.lock b/poetry.lock index ed40f762b..415ff4611 100644 --- a/poetry.lock +++ b/poetry.lock @@ -404,13 +404,13 @@ testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] [[package]] name = "django-filter" -version = "23.3" +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-23.3.tar.gz", hash = "sha256:015fe155582e1805b40629344e4a6cf3cc40450827d294d040b4b8c1749a9fa6"}, - {file = "django_filter-23.3-py3-none-any.whl", hash = "sha256:65bc5d1d8f4fff3aaf74cb5da537b6620e9214fb4b3180f6c560776b1b6dccd0"}, + {file = "django-filter-23.4.tar.gz", hash = "sha256:bed070b38359dce7d2dbe057b165d59773057986356cb809ded983b36c77a976"}, + {file = "django_filter-23.4-py3-none-any.whl", hash = "sha256:526954f18bd7d6423f232a9a7974f58fbc6863908b9fc160de075e01adcc2a5f"}, ] [package.dependencies] @@ -1204,4 +1204,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "6239db4a1827f62e058659df4aa1d94eff8097f5441d2d84a50ab00142c6b54b" +content-hash = "a785ebe9341a55a6d7d19b766556ecbd1995c124a5aa55b591978fdf9047cdd8" diff --git a/pyproject.toml b/pyproject.toml index a9aa0faf5..810e93fb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.11.*" django = "4.2.7" django-distill = "3.1.3" django-environ = "0.11.2" -django-filter = "23.3" +django-filter = "23.4" django-prometheus = "2.3.1" django-simple-bulma = "2.5.0" djangorestframework = "3.14.0"