aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 51d59ef3..b364e0cc 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -471,14 +471,14 @@ testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"]
[[package]]
name = "django-filter"
-version = "23.1"
+version = "23.2"
description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
- {file = "django-filter-23.1.tar.gz", hash = "sha256:dee5dcf2cea4d7f767e271b6d01f767fce7500676d5e5dc58dac8154000b87df"},
- {file = "django_filter-23.1-py3-none-any.whl", hash = "sha256:e3c52ad83c32fb5882125105efb5fea2a1d6a85e7dc64b04ef52edbf14451b6c"},
+ {file = "django-filter-23.2.tar.gz", hash = "sha256:2fe15f78108475eda525692813205fa6f9e8c1caf1ae65daa5862d403c6dbf00"},
+ {file = "django_filter-23.2-py3-none-any.whl", hash = "sha256:d12d8e0fc6d3eb26641e553e5d53b191eb8cec611427d4bdce0becb1f7c172b5"},
]
[package.dependencies]
@@ -1509,4 +1509,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "97b36c4af86d07415ce90c7fb63d1953dcccdffe83c82f8ec08cd4a8b5b2fd78"
+content-hash = "eb50be0a09e3cd894f0ff923027ca6a524ac05da5751bcc3428cc967212fcd0d"
diff --git a/pyproject.toml b/pyproject.toml
index 2d27c4fe..42e73854 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ python = "3.10.*"
django = "4.2"
django-distill = "3.1.3"
django-environ = "0.10.0"
-django-filter = "23.1"
+django-filter = "23.2"
django-prometheus = "2.2.0"
django-simple-bulma = "2.5.0"
djangorestframework = "3.14.0"