Skip to content

Commit 505891d

Browse files
chore(deps-dev): bump flake8-bugbear from 21.4.3 to 21.9.1 (aws-powertools#676)
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.4.3 to 21.9.1. <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.1</h2> <ul> <li>Update B008: Whitelist more immutable function calls (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/173">#173</a>)</li> <li>Remove Python Compatibility Warnings (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/182">#182</a>)</li> <li>Add B904: check for <code>raise</code> without <code>from</code> in an <code>except</code> clause (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/181">#181</a>)</li> <li>Add Python 3.10 tests to ensure we pass (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/183">#183</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/09ca6c0edbbbff8bb6189ac80cdd6fa80705b3c4"><code>09ca6c0</code></a> Update setup.py + Change Log for 21.9.1 release (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/185">#185</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/b462a5e6926d12e344181d91cd9ba4f37773e45b"><code>b462a5e</code></a> Add <code>B904</code> - Use <code>raise ... from err</code> in <code>except</code> clauses (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/181">#181</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/ab0868d19ec1d6188adea6e1a31a098077370a99"><code>ab0868d</code></a> Remove Python Compatibility Warnings (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/182">#182</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/ceffb5e751e3892702adbabfb4cfb946f8d4c567"><code>ceffb5e</code></a> Add 3.10 Dev Tests (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/183">#183</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/7cf32e0300735af93dfe0d90ac1e9c20adbc5cf5"><code>7cf32e0</code></a> Fix wrong call method in test (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/179">GH-179</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/117aeafb55b36c8aacb6602e1af3552f4e93e332"><code>117aeaf</code></a> B008: Whitelist more immutable function calls (<a href="https://github-redirect.dependabot.com/PyCQA/flake8-bugbear/issues/173">#173</a>)</li> <li>See full diff in <a href="https://github.com/PyCQA/flake8-bugbear/compare/21.4.3...21.9.1">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.4.3&new-version=21.9.1)](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 180ff34 commit 505891d

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.3.2"
52+
flake8-bugbear = "^21.9.1"
5353
mkdocs-material = "^7.2.6"
5454
mkdocs-git-revision-date-plugin = "^0.3.1"
5555
mike = "^0.6.0"

0 commit comments

Comments
 (0)