Skip to content

Commit

Permalink
chore(deps-dev): update flake8-bugbear requirement from 24.8.19 to 24…
Browse files Browse the repository at this point in the history
….10.31 (#734)

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>24.10.31</h2>
<ul>
<li>B041: New dictionary same key AND value check (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/496">#496</a>)</li>
<li>B037: Fix typo in error message</li>
<li>B024: No longer treats assigned class variables as abstract (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/471">#471</a>)</li>
<li>Bump required attrs version to 22.2.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/108bba413ec71eada5c6848114614d61352557de"><code>108bba4</code></a>
Fix README format</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/72f6116f895af3270707d3795227be63f67641af"><code>72f6116</code></a>
Update CHANGES + move to version 24.10.31 to release</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/07a5676b2181ecaf3be8fceec63b4350b445aa07"><code>07a5676</code></a>
Add scentence really explaining B041</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/95f87911a787a05ac22106d50c29a57fd8651e6f"><code>95f8791</code></a>
Add B041: Duplicate key-value pairs in dictionary literals (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/496">#496</a>)</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/ea13615e9528bd0194bdeff7717c635d0fbff5e9"><code>ea13615</code></a>
Fix typo in B037 message (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/495">#495</a>)</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/cf8749c327060fd764be2c7d76600c175f9954db"><code>cf8749c</code></a>
b024 no longer treats assigned class vars as abstract (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/494">#494</a>)</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/ba3a9bfc880012afddc8536b45d1ca79631e8800"><code>ba3a9bf</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/493">#493</a>)</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/43b8c542bdc819d104a95a5c3bb32177ce5b2fdd"><code>43b8c54</code></a>
Bump required attrs version (<a
href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/490">#490</a>)</li>
<li><a
href="https://github.com/PyCQA/flake8-bugbear/commit/f5abeaf588bc99925ca6a0ec0c6faa3d424435a5"><code>f5abeaf</code></a>
Add B910 before B950 in README.rst</li>
<li>See full diff in <a
href="https://github.com/PyCQA/flake8-bugbear/compare/24.8.19...24.10.31">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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2024
1 parent 5aa5787 commit 5788bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ddt = "1.7.2"
coverage = "7.6.1"
flake8 = { version="7.1.1", python=">=3.8.1" }
flake8-annotations = { version="3.1.1", python=">=3.8.1" }
flake8-bugbear = { version="24.8.19", python=">=3.8.1" }
flake8-bugbear = { version="24.10.31", python=">=3.8.1" }
flake8-copyright-validator = "0.0.1"
flake8-isort = "6.1.1"
flake8-quotes = "3.4.0"
Expand Down

0 comments on commit 5788bc1

Please sign in to comment.