openfisca / openfisca-core

OpenFisca core engine. See other repositories for countries-specific code & data.
https://openfisca.org
GNU Affero General Public License v3.0
168 stars 75 forks source link

Update flake8-bugbear requirement from <20.0.0,>=19.3.0 to >=19.3.0,<23.0.0 #1106

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on flake8-bugbear to permit the latest version.

Release notes

Sourced from flake8-bugbear's releases.

22.1.11

  • B018: Ignore JoinedStr (#216)
  • Build universal Python 3 wheels (#214)
  • B950: Add same special cases as E501 (#213)
Commits
  • 1c47a16 Update version + Change Log for 22.1.11 release
  • b29f204 Update version to 22.1.2 for release
  • 6fb81ee Ignore JoinedStr for B018 (#216)
  • c0a9c87 Build universal Python 3 wheels (#214)
  • 2095bdd Allow the same special cases for B950 as E501 (#176) (#213)
  • 49aec18 Update version + Change Log for 21.11.29 release (#210)
  • 225f4e6 Remove detection of strings in B018 (#209)
  • 9e311d5 Fix 904 tests to expect on correct raise line
  • 987e539 Update CHANGES.md, black format, update to version 21.11.28 for release
  • 9e14a8c B904: ensure the raise is in the same context with the except (#191)
  • Additional commits viewable in compare view


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)
coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 78.908% when pulling 68943477ef1760a520d61105ffa6c7ac333e4493 on dependabot/pip/flake8-bugbear-gte-19.3.0-and-lt-23.0.0 into 30fc3db38f5ba0483d92ff39d41c5682732eb261 on master.

dependabot[bot] commented 2 years ago

Looks like flake8-bugbear is no longer a dependency, so this is no longer needed.