diff options
author | 2023-09-17 23:01:30 -0700 | |
---|---|---|
committer | 2023-09-17 23:01:30 -0700 | |
commit | 3c029edeceb9a90b32c41b8ac22cddbbb06fd6cf (patch) | |
tree | f522f7b9f9aa551d1f250cc5821a41ee0b451383 /pyproject.toml | |
parent | Merge pull request #1107 from python-discord/dependabot/pip/ruff-0.0.290 (diff) | |
parent | Bump django-filter from 23.2 to 23.3 (diff) |
Merge pull request #1106 from python-discord/dependabot/pip/django-filter-23.3
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |