Skip to content

Commit 0156f2a

Browse files
authored
build(deps-dev): update flake8-bugbear requirement from <24.9,>=23.1 to >=23.1,<24.11 (#572)
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><a href="https://github.com/PyCQA/flake8-bugbear/commit/2f4e42fd92c933f114305df4a7f42c23673871b2"><code>2f4e42f</code></a> Update CHANGES + move to version 24.8.19 to release</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/flake8-bugbear/compare/23.1.14...24.10.31">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | flake8-bugbear | [>= 23.2.a, < 23.3] | </details> 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>
2 parents 6a61081 + ee9c9e5 commit 0156f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
black
55
flake8>=7.1.0,<7.2
6-
flake8-bugbear>=23.1,<24.9
6+
flake8-bugbear>=23.1,<24.11
77
flake8-builtins>=2.1,<3
88
flake8-eradicate>=1.0,<2
99
flake8-isort>=5,<6.2

0 commit comments

Comments
 (0)