Skip to content

Bump django-filter from 25.1 to 26.1#2159

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/django-filter-26.1
Open

Bump django-filter from 25.1 to 26.1#2159
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/django-filter-26.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps django-filter from 25.1 to 26.1.

Changelog

Sourced from django-filter's changelog.

Version 26.1 (2026-07-11)

Version 25.2 (2025-10-05)

  • Added testing for Django 6.0.

  • Dropped support for Django <5.2 LTS

  • Dropped support for Python 3.9.

Commits
  • 52c3c0f Set date and bump version for 26.1 release.
  • 6a3222a Add testing for Python 3.14.
  • aa3bd8e Added testing against Django 6.1
  • ec717ea Correct Language header in Greek locale file (el) (#1751)
  • 31b297c Bump the github-actions group with 2 updates (#1733)
  • 590c0a3 Fix version range for Django 6.0 (#1731)
  • 6204bc4 Added release date for v25.2.
  • 17ec565 Bumped version for 25.2 release.
  • 9b4b8fd Updated testing for Django 6.0. (#1730)
  • 1b07b3e Bump actions/setup-python from 5 to 6 in the github-actions group (#1726)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-filter](https://github.com/carltongibson/django-filter) from 25.1 to 26.1.
- [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.1...26.1)

---
updated-dependencies:
- dependency-name: django-filter
  dependency-version: '26.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 13, 2026
@claude

claude Bot commented Jul 13, 2026

Copy link
Copy Markdown

Review: Bump django-filter 25.1 → 26.1

Overview: Routine Dependabot dependency bump in requirements/base.txt — single-line version change, no code changes required elsewhere.

Compatibility check

  • django-filter 25.2 dropped support for Django < 5.2 LTS and Python 3.9. This repo pins django==5.2.16 (requirements/base.txt) and builds on Python 3.12.7 (compose/local/django/Dockerfile, compose/production/django/Dockerfile), so both floors are comfortably cleared.
  • 26.1 only adds test coverage for Django 6.1 / Python 3.14 — no breaking API changes noted in the changelog for the version range this repo uses.
  • django-filter appears in exactly one requirements file (requirements/base.txt), so there's nothing else to keep in sync.

Risk / correctness

  • No FilterSet/filter-backend code in this repo appears to depend on removed/changed behavior between 25.1 and 26.1 based on the changelog excerpt in the PR description (only CI/test-matrix and locale-file changes are listed for the intermediate 25.2/26.1 releases).
  • Low blast radius: this only affects DRF/GraphQL filtering behavior if any endpoints use django-filter FilterSets — worth a quick CI run to confirm no filter-related tests regress, but no manual code review action needed beyond that.

Recommendation

Safe to merge once CI passes. No test coverage changes needed since this is a transitive dependency bump with no application code touched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants