Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump bandit from 1.6.2 to 1.6.3 (#1744)
Bumps [bandit](https://github.com/mtrudel/bandit) from 1.6.2 to 1.6.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md">bandit's changelog</a>.</em></p> <blockquote> <h2>1.6.3 (8 Jan 2025)</h2> <h3>Fixes</h3> <ul> <li>Always close HTTP/1 connection in any case where an error comes out of the plug (<a href="https://redirect.github.com/mtrudel/bandit/issues/452">#452</a>, thanks <a href="https://github.com/zookzook"><code>@zookzook</code></a>!)</li> <li>Fix dialyzer warning introduced by Thousand Island 1.3.9</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mtrudel/bandit/commit/b8b56515d89a8b552c90b5f0d1d181d2bb30ff50"><code>b8b5651</code></a> Version bump to 1.6.3</li> <li><a href="https://github.com/mtrudel/bandit/commit/24f2d849d3f212f6ed607e914fad466d482ff4cb"><code>24f2d84</code></a> Always close HTTP/1 connection in any case where an error comes out of the pl...</li> <li><a href="https://github.com/mtrudel/bandit/commit/01f8fa4b95e8de5545471d7f5397847b994996a0"><code>01f8fa4</code></a> Add missing matches to HTTPTransport implementations</li> <li><a href="https://github.com/mtrudel/bandit/commit/0eebc2c444b9de87351cc9af0f471ced077c49dc"><code>0eebc2c</code></a> Bump thousand island to 1.3.9</li> <li><a href="https://github.com/mtrudel/bandit/commit/6adcbf84afc6b49fc3afec6ec6fab744b7d8cf02"><code>6adcbf8</code></a> Add note about Phoenix to README</li> <li><a href="https://github.com/mtrudel/bandit/commit/838ec4c27b79935e266a95ff5f1879708718d9ba"><code>838ec4c</code></a> Refactor request_test into plug_test and protocol_test</li> <li><a href="https://github.com/mtrudel/bandit/commit/b4a5ea7c5cbc19e2ee4b8fa24af498880a0a0726"><code>b4a5ea7</code></a> Unskip test now that upstream PR has merged</li> <li><a href="https://github.com/mtrudel/bandit/commit/791ffc37963fe392881b9113c7fcff85a0de38ef"><code>791ffc3</code></a> Fix dialyzer warning</li> <li><a href="https://github.com/mtrudel/bandit/commit/24285d73e266073b233f58a60b3389b84a9da999"><code>24285d7</code></a> Don't use macros for telemetry and logging test helpers</li> <li>See full diff in <a href="https://github.com/mtrudel/bandit/compare/1.6.2...1.6.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bandit&package-manager=hex&previous-version=1.6.2&new-version=1.6.3)](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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information