forked from aws-powertools/powertools-lambda-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 505891d
authored
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 />
[](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 505891dCopy full SHA for 505891d
2 files changed
+5
-5
lines changed+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
0 commit comments