Skip to content

Commit dbe45da

Browse files
chore(deps-dev): bump flake8-bugbear from 21.9.1 to 21.9.2 (#712)
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.1 to 21.9.2. <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>21.9.2</h2> <ul> <li>Fix crash on call in except statement in _to_name_str (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/187">#187</a>)</li> <li>Update B006: list, dictionary, and set comprehensions are now also disallowed (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/186">#186</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/ace91cc170fbace0adea07c4edf1b4f9127d7005"><code>ace91cc</code></a> Update setup.py + Change Log for 21.9.2 release</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/fdfa3a0333ee0c2a784deb38ce4bc80d705b0771"><code>fdfa3a0</code></a> Do not crash on call in except statement (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/187">#187</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/d4e1350b36a93f1c784fb3c2eeebcfed8c01811b"><code>d4e1350</code></a> EHN: also raise B006 for list/dict/set comprehensions (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/186">#186</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/931d95ada4506b200aaa6cb500c1e2244eb30914"><code>931d95a</code></a> Remove executable flags (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/188">#188</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/82107763dc9eb98904be0d2f4e8a31b01cafe687"><code>8210776</code></a> Fix string formatting to make black <code>--experimental-string-processing</code> happy</li> <li>See full diff in <a href="https://github.com/PyCQA/flake8-bugbear/compare/21.9.1...21.9.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flake8-bugbear&package-manager=pip&previous-version=21.9.1&new-version=21.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
1 parent 808ac71 commit dbe45da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bandit = "^1.7.0"
4949
radon = "^5.1.0"
5050
xenon = "^0.8.0"
5151
flake8-eradicate = "^1.1.0"
52-
flake8-bugbear = "^21.9.1"
52+
flake8-bugbear = "^21.9.2"
5353
mkdocs-material = "^7.3.0"
5454
mkdocs-git-revision-date-plugin = "^0.3.1"
5555
mike = "^0.6.0"

0 commit comments

Comments
 (0)