aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2023-12-06 09:03:14 +0100
committerGravatar GitHub <[email protected]>2023-12-06 09:03:14 +0100
commitb095d77d5904953bc0e6a5e0d85e51d4c6e9ab55 (patch)
tree1f9494c2ebf89a24ae69a46a99a15ed1ee54ac49
parentMerge pull request #1158 from python-discord/dependabot/pip/django-5.0 (diff)
parentBump django-filter from 23.4 to 23.5 (diff)
Merge pull request #1159 from python-discord/dependabot/pip/django-filter-23.5
Bump django-filter from 23.4 to 23.5
-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 87774682..cd153e79 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.4"
+version = "23.5"
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.4.tar.gz", hash = "sha256:bed070b38359dce7d2dbe057b165d59773057986356cb809ded983b36c77a976"},
- {file = "django_filter-23.4-py3-none-any.whl", hash = "sha256:526954f18bd7d6423f232a9a7974f58fbc6863908b9fc160de075e01adcc2a5f"},
+ {file = "django-filter-23.5.tar.gz", hash = "sha256:67583aa43b91fe8c49f74a832d95f4d8442be628fd4c6d65e9f811f5153a4e5c"},
+ {file = "django_filter-23.5-py3-none-any.whl", hash = "sha256:99122a201d83860aef4fe77758b69dda913e874cc5e0eaa50a86b0b18d708400"},
]
[package.dependencies]
@@ -1204,4 +1204,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "09866362ea00eabb70043dfc209102d600213339467409227a97a1f55665c4f5"
+content-hash = "ba4a866f147b178930a5bc21a86b0202d33269fa0549157f1367ae7bc6aef665"
diff --git a/pyproject.toml b/pyproject.toml
index 8c6827fc..d9b116d8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ python = "3.11.*"
django = "5.0"
django-distill = "3.1.3"
django-environ = "0.11.2"
-django-filter = "23.4"
+django-filter = "23.5"
django-prometheus = "2.3.1"
django-simple-bulma = "2.5.0"
djangorestframework = "3.14.0"