diff --git a/poetry.lock b/poetry.lock index 161f48dc4..55fdc1c29 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.2" +version = "23.3" 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.2.tar.gz", hash = "sha256:2fe15f78108475eda525692813205fa6f9e8c1caf1ae65daa5862d403c6dbf00"}, - {file = "django_filter-23.2-py3-none-any.whl", hash = "sha256:d12d8e0fc6d3eb26641e553e5d53b191eb8cec611427d4bdce0becb1f7c172b5"}, + {file = "django-filter-23.3.tar.gz", hash = "sha256:015fe155582e1805b40629344e4a6cf3cc40450827d294d040b4b8c1749a9fa6"}, + {file = "django_filter-23.3-py3-none-any.whl", hash = "sha256:65bc5d1d8f4fff3aaf74cb5da537b6620e9214fb4b3180f6c560776b1b6dccd0"}, ] [package.dependencies] @@ -1192,4 +1192,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "5ff449d33613f31f45cf55996406017eaa8d77e65427021a1d6d0019cd3a42c4" +content-hash = "9546981a56607080019153247a910ecaaa196149c8e7dbfbad8e1e00ae6d907a" diff --git a/pyproject.toml b/pyproject.toml index 924de557b..0166b1d6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "3.11.*" django = "4.2.5" django-distill = "3.1.3" django-environ = "0.11.2" -django-filter = "23.2" +django-filter = "23.3" django-prometheus = "2.3.1" django-simple-bulma = "2.5.0" djangorestframework = "3.14.0"