Skip to content

Commit 0d60294

Browse files
chore(deps): update pre-commit hook pycqa/bandit to v1.9.3 (#329)
This PR contains the following updates: | Package | Type | Update | Change | | --- ## Generated Summary - Updated Bandit revision from 1.9.2 to 1.9.3 in the pre-commit configuration. - Ensures the latest code security checks are applied. This summary was generated with ❤️ by [rigging](https://docs.dreadnode.io/rigging/) | [PyCQA/bandit](https://redirect.github.com/PyCQA/bandit) | repository | patch | `1.9.2` → `1.9.3` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>PyCQA/bandit (PyCQA/bandit)</summary> ### [`v1.9.3`](https://redirect.github.com/PyCQA/bandit/releases/tag/1.9.3) [Compare Source](https://redirect.github.com/PyCQA/bandit/compare/1.9.2...1.9.3) #### What's Changed - Bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1334](https://redirect.github.com/PyCQA/bandit/pull/1334) - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://redirect.github.com/pre-commit-ci)\[bot] in [#&#8203;1335](https://redirect.github.com/PyCQA/bandit/pull/1335) - Fix B608 to detect `VALUES(` without space by [@&#8203;kfess](https://redirect.github.com/kfess) in [#&#8203;1337](https://redirect.github.com/PyCQA/bandit/pull/1337) - Add check for hardcoded passwords in dicts. by [@&#8203;alanverresen](https://redirect.github.com/alanverresen) in [#&#8203;1338](https://redirect.github.com/PyCQA/bandit/pull/1338) - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://redirect.github.com/pre-commit-ci)\[bot] in [#&#8203;1341](https://redirect.github.com/PyCQA/bandit/pull/1341) - Update tox tests for Python 3.10 by [@&#8203;willschlitzer](https://redirect.github.com/willschlitzer) in [#&#8203;1346](https://redirect.github.com/PyCQA/bandit/pull/1346) - Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1347](https://redirect.github.com/PyCQA/bandit/pull/1347) - Limit B614 to torch.load deserializers by [@&#8203;dibussoc](https://redirect.github.com/dibussoc) in [#&#8203;1348](https://redirect.github.com/PyCQA/bandit/pull/1348) #### New Contributors - [@&#8203;kfess](https://redirect.github.com/kfess) made their first contribution in [#&#8203;1337](https://redirect.github.com/PyCQA/bandit/pull/1337) - [@&#8203;alanverresen](https://redirect.github.com/alanverresen) made their first contribution in [#&#8203;1338](https://redirect.github.com/PyCQA/bandit/pull/1338) - [@&#8203;willschlitzer](https://redirect.github.com/willschlitzer) made their first contribution in [#&#8203;1346](https://redirect.github.com/PyCQA/bandit/pull/1346) - [@&#8203;dibussoc](https://redirect.github.com/dibussoc) made their first contribution in [#&#8203;1348](https://redirect.github.com/PyCQA/bandit/pull/1348) **Full Changelog**: <PyCQA/bandit@1.9.2...1.9.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS40IiwidXBkYXRlZEluVmVyIjoiNDIuODUuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents ca73e96 + 4fbd353 commit 0d60294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636

3737
# Python code security
3838
- repo: https://github.com/PyCQA/bandit
39-
rev: 1.9.2
39+
rev: 1.9.3
4040
hooks:
4141
- id: bandit
4242
name: Code security checks

0 commit comments

Comments
 (0)