Skip to content

Commit 973deb9

Browse files
build(deps): update django-filter requirement from ~=25.2.0 to ~=26.1.0
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@25.2...26.1) --- updated-dependencies: - dependency-name: django-filter dependency-version: '26.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 644cef7 commit 973deb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django~=6.0.0
22
djangorestframework~=3.17.1
3-
django-filter~=25.2.0
3+
django-filter~=26.1.0
44
django-debug-toolbar~=6.3.0
55
django-dbbackup~=5.3.0
66
-r requirements-test.txt

requirements-prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Django~=6.0.0
22
djangorestframework~=3.17.1
3-
django-filter~=25.2.0
3+
django-filter~=26.1.0
44
psycopg~=3.3.4
55
sqlparse~=0.5.5

0 commit comments

Comments
 (0)