Skip to content

Commit a339aab

Browse files
authored
build(deps-dev): update flake8-bugbear requirement from <25,>=23 to >=23,<26 (#295)
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>25.10.21</h2> <ul> <li>B042: New check for reminding to call super().<strong>init</strong> in custom exceptions</li> <li>B028: Skip if skip_file_prefixes is used (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/503">#503</a>)</li> <li>B912: New check for <code>map()</code> without an explicit <code>strict=</code> parameter. (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/516">#516</a>)</li> <li>Add python3.14 Support / CI</li> <li>Remove python3.9 support / CI</li> <li>flake8-bugbear now requires at least Python 3.10, like the next release of flake8</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/cdd75f1942294a152f864c978376f59b2ec08558"><code>cdd75f1</code></a> Update CHANGES + move to version 25.10.21 to release</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/4601fe6e1993d7a8309dd26105a55d8c77aeae0d"><code>4601fe6</code></a> Drop 3.9 support + add 3.14 CI (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/524">#524</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/39699611b4b399a6e81d726e76c58cbcdffa25ab"><code>3969961</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/523">#523</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/6276149b6807114307569d67be8516dae306beab"><code>6276149</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/522">#522</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/d264420dec52a034efe05f160c4ac157f053c6e8"><code>d264420</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/520">#520</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/6ce427def45cffbf8b12a83649526a52a7a32c58"><code>6ce427d</code></a> Bump actions/setup-python from 5 to 6 (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/519">#519</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/5bae5d98084913eccc100f980101084564eb1a54"><code>5bae5d9</code></a> Bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/518">#518</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/67f82f1d221690ad2a1d6692a5f06b5d37c55423"><code>67f82f1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/515">#515</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/ca05a35ebf84f44a137e4aae3000cb3d14d83e96"><code>ca05a35</code></a> B912: check if map calls have strict flag (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/517">#517</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/5962bbd925aebae15c1ea5cf58d347a33c74265c"><code>5962bbd</code></a> Add B042 into README</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/flake8-bugbear/compare/23.1.14...25.10.21">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>
2 parents 340a474 + 6cbc7a6 commit a339aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies = [
5252
dev = [
5353
"black",
5454
"flake8>=7.1.0",
55-
"flake8-bugbear>=23,<25",
55+
"flake8-bugbear>=23,<26",
5656
"flake8-builtins>=2",
5757
"flake8-docstrings>=1.6",
5858
"flake8-eradicate>=1",

0 commit comments

Comments
 (0)