Skip to content

Commit

Permalink
Update flake8-bugbear requirement from <23.4,>=23.1 to >=23.1,<23.7 (#…
Browse files Browse the repository at this point in the history
…283)

Updates the requirements on
[flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the
latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/PyCQA/flake8-bugbear/releases">flake8-bugbear's
releases</a>.</em></p>
<blockquote>
<h2>23.6.5</h2>
<ul>
<li>Include tox.ini in MANIFEST.in for sdist. (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/389">#389</a>)</li>
<li>Improve B033 (duplicate set items) (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/385">#385</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/1ead17d6526a16ec2153e765cea0b71c002f4462"><code>1ead17d</code></a>
Update READEME + version for 23.6.5 release</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/5200b5603c93c0ddb996e56504d4c32e513fcad0"><code>5200b56</code></a>
include tox.ini in MANIFEST.in for sdist. (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/389">#389</a>)</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/a309029eed5070938a376af88b0d046e8acda5c9"><code>a309029</code></a>
Improve B033 (duplicate set items) (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/385">#385</a>)</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/27e12af026774bc2a4649cc40a6bd1cb1e74187f"><code>27e12af</code></a>
Fix typo in bugbear.py (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/386">#386</a>)</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/535c109e409d93c298e72b7d707a7ea6723f0a35"><code>535c109</code></a>
Update READEME + version for 23.5.9 release</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/eb300be351fd7a9f7a8e7340fb44e21865b87d61"><code>eb300be</code></a>
Add B033: Duplicate items in sets (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/373">#373</a>)</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/3f161734efebd80c2e89b7f8b59989a9490b8adc"><code>3f16173</code></a>
(3.8) Remove outdated sys.version_info checks (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/375">#375</a>)</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/d752c4446fca564d9c4879b28d79072bbc16373f"><code>d752c44</code></a>
Add B908: Rule to check that assertRaises-like contexts has no more than
1 to...</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/8c0e7eb04217494d48d0ab093bf5b31db0921989"><code>8c0e7eb</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/379">#379</a>)</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/d4c77fe53b9687a2931530bc3584d5b256fc4d96"><code>d4c77fe</code></a>
B028: Allow stacklevel to be explicitly assigned as a positional
argument (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/374">#374</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/PyCQA/flake8-bugbear/compare/23.1.14...23.6.5">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
Guts authored Jun 12, 2023
2 parents b56a89f + 53ad51d commit a9adaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

black
flake8>=5,<6.1
flake8-bugbear>=23.1,<23.4
flake8-bugbear>=23.1,<23.7
flake8-builtins>=2.1,<3
flake8-eradicate>=1.0,<2
flake8-isort>=5,<6.1
Expand Down

0 comments on commit a9adaba

Please sign in to comment.