Skip to content

Commit

Permalink
build(deps): update django-filter requirement from ~=24.2.0 to ~=24.3
Browse files Browse the repository at this point in the history
Updates the requirements on [django-filter](https://github.com/carltongibson/django-filter) to permit the latest version.
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](carltongibson/django-filter@24.2...24.3)

---
updated-dependencies:
- dependency-name: django-filter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 4dfe699 commit dbbb9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django~=5.0.7
djangorestframework~=3.15.2
django-filter~=24.2.0
django-filter~=24.3
django-debug-toolbar~=4.4.6
django-dbbackup~=4.1.0
-r requirements-test.txt
2 changes: 1 addition & 1 deletion requirements-prod.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django~=5.0.7
djangorestframework~=3.15.0
django-filter~=24.2.0
django-filter~=24.3
psycopg2~=2.9.9
sqlparse~=0.5.1

0 comments on commit dbbb9a9

Please sign in to comment.