Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-filter requirement from ==2.4.* to ==24.2 #65

Closed
wants to merge 15 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2024

Updates the requirements on django-filter to permit the latest version.

Changelog

Sourced from django-filter's changelog.

Version 24.2 (2024-03-27)

  • Fixed a regression in v23.4 where callable choices were incorrectly evaluated at filter instantiation, on Django versions prior to 5.0.

    Thanks to Craig de Stigter for the report and reproduce.

Version 24.1 (2024-03-08)

  • Updated supported Python and Django versions, and resolved upcoming Django deprecations.

    Required versions are now at least Python 3.8 and Django 4.2.

    Thanks to Michael Manganiello.

  • Allowed passing a FilterSet class to the filterset_factory().

    Thanks to Birger Schacht.

  • Set empty default value of filterset data to MultiValueDict.

    Thanks to Shlomo Gordon.

  • Preserve list values passed to the data dict in CSV widgets.

    Thanks to Bryan Brancotte.

  • Updates French and Ukrainian localisations.

    Thanks to Weblate.

Version 23.5 (2023-12-05)

  • Fixed OrderingFilter handling of empty values. (#1628)

    Thanks to Matt Munns.

Version 23.4 (2023-11-20)

  • Official support for Django 5.0 and Python 3.12.

  • Fix DeprecationWarning for pkgutil.find_loader.

    Thanks to wmorrell.

... (truncated)

Commits
  • 920a79f Bumped version and changes for 24.2 release.
  • 0311653 Fixed setting callable choices on Django <5.0. (#1648)
  • 89c65d4 Adjusted sample code in docs. (#1651)
  • 690a906 Replace codecov with python-coverage-comment-action (#1649)
  • 6e2a698 Bump the github-actions group with 3 updates (#1646)
  • f5d4b67 Keep GitHub Actions up to date with GitHub's Dependabot (#1645)
  • 6da0ccd Bumped version and changes for 24.1 release.
  • 3ece0ed Allowed passing a FilterSet class to the filterset_factory(). (#1644)
  • a5f3f1a Fixed trailing whitespace in test file.
  • 296cabe Set default value of filterset data to MultiValueDict (#1634)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

mariobehling and others added 11 commits January 21, 2024 15:46
* update requirements to django 3.2

* remove jsonfallback, pull in helper functions that are still used from
original jsonfallback code

* fix tests for django 3.2

* keep versions in sync with requirements

---------

Co-authored-by: Martin Bähr <martin@codingforafrica.at>
#53)

Co-authored-by: Martin Bähr <martin@codingforafrica.at>
convert build setup to pyproject.toml
fixup: remove mysql dependency in migration
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 27, 2024
* upgrade dependencies

* upgrade mt940. based on pretix/pretix#2331

* upgrade dependencies that don't need large changes

* run makemigrations after updating dependencies

---------

Co-authored-by: Martin Bähr <martin@codingforafrica.at>
@dependabot dependabot bot force-pushed the dependabot/pip/django-filter-eq-24.2 branch from 67bf430 to 4f590a6 Compare April 18, 2024 00:42
eMBee and others added 3 commits April 18, 2024 07:46
Co-authored-by: Martin Bähr <martin@codingforafrica.at>
regenerate proto file using
https://github.com/protocolbuffers/protobuf/releases/tag/v23.4

Co-authored-by: Martin Bähr <martin@codingforafrica.at>
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@2.4.0...24.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/django-filter-eq-24.2 branch from 4f590a6 to 373f4ab Compare April 19, 2024 01:47
@marcoag marcoag force-pushed the master branch 2 times, most recently from 7bcd24e to 3633a5b Compare April 19, 2024 18:13
Copy link
Contributor Author

dependabot bot commented on behalf of github May 16, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/django-filter-eq-24.2 branch May 16, 2024 06:25
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.

None yet

3 participants