aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-18 05:58:39 +0000
committerGravatar GitHub <[email protected]>2023-09-18 05:58:39 +0000
commitdd2979d40662dc1af4182543d07e99af00fb7e03 (patch)
treef522f7b9f9aa551d1f250cc5821a41ee0b451383 /pyproject.toml
parentMerge pull request #1107 from python-discord/dependabot/pip/ruff-0.0.290 (diff)
Bump django-filter from 23.2 to 23.3
Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.2 to 23.3. - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/23.2...23.3) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 924de557..0166b1d6 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"