Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): update flake8-bugbear requirement from <24.5,>=23.1 …
…to >=23.1,<24.9 (#538) 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.8.19</h2> <ul> <li>B910: implement to suggest using Counter() instead of defaultdict(int) (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/489">#489</a>)</li> <li>B901: Do not trigger with explicit Generator return type (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/481">#481</a>)</li> <li>B008: add some comments, rename b008_extend_immutable_calls (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/476">#476</a>)</li> <li>B040: exception with note added not reraised or used (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/477">#477</a>)</li> <li>B039, Add <code>ContextVar</code> with mutable literal or function call as default</li> <li>B040: Add Exception with added note not reraised. (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/474">#474</a>)</li> <li>Run tests in Python 3.13</li> <li>Type annotated code (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/481">#481</a> + <a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/483">#483</a>)</li> <li>Replace hash with unsafe_hash (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/486">#486</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/PyCQA/flake8-bugbear/commit/c50e9dc34c3add0cf2fb0499d6e32761c7aae6ea"><code>c50e9dc</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/487">#487</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/f0eeda871eee13b60071c39bd7f83af397589ed2"><code>f0eeda8</code></a> Replace hash with unsafe_hash (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/486">#486</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/593991086069cb3cd347622770c10453734ef582"><code>5939910</code></a> Implemented <a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/323">#323</a>: Added new check B910 to suggest using Counter() instead of ...</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/33993a466fb260d9bcfc82d085b944d8bc003302"><code>33993a4</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/484">#484</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/5ccce79096f1e42a2cc391c4b84c47d17caea735"><code>5ccce79</code></a> More types (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/483">#483</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/cfda1e8ac827b70ed8d04490c22b859a7a9d9d29"><code>cfda1e8</code></a> Do not trigger B901 with explicit Generator return type (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/481">#481</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/b15feed439fce2919aa4c685d9bd332f11992b67"><code>b15feed</code></a> Set up mypy (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/482">#482</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/3157b89d4168bc8264be3d2ca0a3c556c8d063fe"><code>3157b89</code></a> add b040: exception with note added not reraised or used (<a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/477">#477</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/188eab867ab068b11ba838ea51d7884c537a96e0"><code>188eab8</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/flake8-bugbear/issues/476">#476</a> from jakkdl/contextvar_mutable_or_call_default</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/flake8-bugbear/compare/23.1.14...24.8.19">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>
- Loading branch information