[deps] Update django-filter requirement from <25.0,>=23.5 to >=23.5,<26.0#330
Conversation
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@23.5...25.1) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
It would be great to remove the upper version bounds altogether, per this classic post (TLDR). The upper bound here has blocked my Django 5.2 testing, as I need to upgrade django-filter to a compatible version. |
Due to the limited availability of maintainers, we prefer to maintain strict bounds and let dependabot update the upper bounds and run CI tests as new releases come out. It may not provide the same flexibility, but it's sane and ok for us to maintain. |
we can manually update/upgrade them as well |
|
@nemesifier Is it possible to create a new release with this update? |
|
@ulgens we need to backport ( |
|
@nemesifier I created another PR to update DRF's upper bound: #334 When it's merged, I can handle backporting both updates to 1.1 |
|
@nemesifier It seems that 1.1 was finalized, and there is a new 1.2 branch, up-to-date with the latest master. Do we still need to backport these version updates? |
|
@ulgens 1.2 branch automatically tracks master until 1.2 will be released. |
Updates the requirements on django-filter to permit the latest version.
Changelog
Sourced from django-filter's changelog.
... (truncated)
Commits
27dd672Updated Change notes for 25.1 release.2ea3817Added Trove classifier for Django 5.2.4d2306cReplaced hardcoded pks in tests (#1703)fbf5a76Update tox after Django 5.2 alpha release. (#1700)1e76d68Use QueryDict for data default. (#1691)e709e5dAdd testing against Python 3.13.ccde000Dropped support for EOL Python 3.8.2a644e1Removed deprecated schema generation methods from DRF backend. (#1698)2494df9fix typo in filterset.txt (#1695)3656174Translated using Weblate (Czech) (#1687)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)