devind-team / graphene-django-filter

Advanced filters for Graphene
MIT License
19 stars 7 forks source link

chore(deps): bump django-filter from 21.1 to 22.1 #47

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps django-filter from 21.1 to 22.1.

Changelog

Sourced from django-filter's changelog.

Version 22.1 (2022-6-17)

  • Update supported Python and Django versions: minimal Python is now 3.7, minimum Django is now 3.2.

  • Added testing for Python 3.10 and Django 4.1.

  • Removed outdated deprecated warnings for code removed in version 2.1.

  • The code base is now formatted with Black.

Commits
  • 2c81768 Updated isort config to use black profile.
  • 6d02135 Renamed branch in GHA workflow.
  • 9f188ff Added Black usage to change notes.
  • f4866a9 Applied Black.
  • ab35490 Updated version and change notes for 22.1 release.
  • f532ca1 Removed duplicate Python version specifier.
  • e2f560f Install package when building docs.
  • 057eaee Added RTD config.
  • b972fc7 Updated change notes.
  • cd994e0 Updated copyright in docs.
  • 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 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 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)