Skip to content

Commit 5c783cd

Browse files
chore(deps-dev): Update bandit requirement from 1.8.5 to 1.8.6 (#932)
Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/bandit/releases">bandit's releases</a>.</em></p> <blockquote> <h2>1.8.6</h2> <h2>What's Changed</h2> <ul> <li>Bump sigstore/cosign-installer from 3.8.2 to 3.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1279">PyCQA/bandit#1279</a></li> <li>Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1278">PyCQA/bandit#1278</a></li> <li>added hint to FreeBSD package in doc/source/integrations.rst by <a href="https://github.com/daniel-mohr"><code>@​daniel-mohr</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1282">PyCQA/bandit#1282</a></li> <li>Bump sigstore/cosign-installer from 3.9.0 to 3.9.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1284">PyCQA/bandit#1284</a></li> <li>Huggingface revision pinning by <a href="https://github.com/lukehinds"><code>@​lukehinds</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1281">PyCQA/bandit#1281</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/daniel-mohr"><code>@​daniel-mohr</code></a> made their first contribution in <a href="https://redirect.github.com/PyCQA/bandit/pull/1282">PyCQA/bandit#1282</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyCQA/bandit/compare/1.8.5...1.8.6">https://github.com/PyCQA/bandit/compare/1.8.5...1.8.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/bandit/commit/2d0b675b04c80ae42277e10500db06a0a37bae17"><code>2d0b675</code></a> Huggingface revision pinning (<a href="https://redirect.github.com/PyCQA/bandit/issues/1281">#1281</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/4cd133702236f1c5d28b2136561362467d31852c"><code>4cd1337</code></a> Bump sigstore/cosign-installer from 3.9.0 to 3.9.1 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1284">#1284</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/ffed1bbf0adb2d259005aca6da506e86a291c987"><code>ffed1bb</code></a> added hint to FreeBSD package in doc/source/integrations.rst (<a href="https://redirect.github.com/PyCQA/bandit/issues/1282">#1282</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/090ba0f00907bda36ab0cdbfc85aa49df37f75de"><code>090ba0f</code></a> Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1278">#1278</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/33c678989022e186661cb2d5cafff87564fd79a1"><code>33c6789</code></a> Bump sigstore/cosign-installer from 3.8.2 to 3.9.0 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1279">#1279</a>)</li> <li>See full diff in <a href="https://github.com/PyCQA/bandit/compare/1.8.5...1.8.6">compare view</a></li> </ul> </details> <br /> 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dab6052 commit 5c783cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ flake8-logging = "1.7.0"
9191
isort = "6.0.1"
9292
autopep8 = "2.3.2"
9393
mypy = "1.16.1"
94-
bandit = "1.8.5"
94+
bandit = "1.8.6"
9595
tomli = { version = "^2.0.1", python = "<3.11" }
9696
tox = "4.27.0"
9797
pyupgrade = "3.20.0"

0 commit comments

Comments
 (0)