Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): update django-filter requirement from ~=24.2.0 to ~=25.2
---
updated-dependencies:
- dependency-name: django-filter
  dependency-version: '25.2'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2025
commit 7dd948c73e9086fb3e359dca51ccb510e2859ccb
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.1.0
djangorestframework~=3.15.2
django-filter~=24.2.0
django-filter~=25.2
django-debug-toolbar~=5.0.1
django-dbbackup~=4.2.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.1.0
djangorestframework~=3.15.0
django-filter~=24.3.0
django-filter~=25.2
psycopg2~=2.9.10
sqlparse~=0.5.1
Loading