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.5.0 to 1.5.2 (#847)
Bumps [bandit](https://github.com/mtrudel/bandit) from 1.5.0 to 1.5.2. <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.5.2 (10 May 2024)</h2> <h3>Fixes</h3> <ul> <li>Don't crash on non-stringable process dictionary keys (<a href="https://redirect.github.com/mtrudel/bandit/issues/350">#350</a>, thanks <a href="https://github.com/ryanwinchester"><code>@ryanwinchester</code></a>, <a href="https://github.com/chrismccord"><code>@chrismccord</code></a>!)</li> </ul> <h2>1.5.1 (10 May 2024)</h2> <h3>Enhancements</h3> <ul> <li>Process dictionary is now cleared of all non-system process dictionary entries between keepalive requests (<a href="https://redirect.github.com/mtrudel/bandit/issues/349">#349</a>)</li> <li>Explicitly run a GC before upgrading a connection to websocket (<a href="https://redirect.github.com/mtrudel/bandit/issues/348">#348</a>)</li> <li>Improve docs around deflate options (thanks <a href="https://github.com/kotsius"><code>@kotsius</code></a>!)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mtrudel/bandit/commit/66074fc78c35240d02cda086d9c2af30ef7dc71d"><code>66074fc</code></a> Version bump to 1.5.2</li> <li><a href="https://github.com/mtrudel/bandit/commit/e1a34f92df97ebf703e527bd8731db97883e2648"><code>e1a34f9</code></a> Only save Process keys that are atoms starting with $ (<a href="https://redirect.github.com/mtrudel/bandit/issues/351">#351</a>)</li> <li><a href="https://github.com/mtrudel/bandit/commit/53fdf06b832b0c615d2de00c7d35b8ca34b2aa82"><code>53fdf06</code></a> Version bump to 1.5.1</li> <li><a href="https://github.com/mtrudel/bandit/commit/08a5675ee5b1aa13302f3a334e5674d381662917"><code>08a5675</code></a> Clear process dictionary between every request (<a href="https://redirect.github.com/mtrudel/bandit/issues/349">#349</a>)</li> <li><a href="https://github.com/mtrudel/bandit/commit/bb5ba968f1a2f1e285b711003d2e54932a7f593c"><code>bb5ba96</code></a> Explicitly GC before switching to websock (<a href="https://redirect.github.com/mtrudel/bandit/issues/348">#348</a>)</li> <li><a href="https://github.com/mtrudel/bandit/commit/f650124cc4fcfa9c1f8f625cc22b8927cc1030b2"><code>f650124</code></a> Improve docs around deflate options</li> <li><a href="https://github.com/mtrudel/bandit/commit/58b3a26842221f09b191d4fdf463d788d9c22372"><code>58b3a26</code></a> Bump machete from 0.3.0 to 0.3.1 (<a href="https://redirect.github.com/mtrudel/bandit/issues/343">#343</a>)</li> <li>See full diff in <a href="https://github.com/mtrudel/bandit/compare/1.5.0...1.5.2">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.5.0&new-version=1.5.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 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