Skip to content

Commit 9b4df77

Browse files
chore(deps): update pre-commit hook pycqa/bandit to v1.9.4 (#347)
This PR contains the following updates: | Package | Type | Update | Change | | --- ## Generated Summary - Updated bandit revision from 1.9.3 to 1.9.4 in the pre-commit configuration for Python code security. - Ensures that the latest security checks and improvements from bandit 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.3` → `1.9.4` | 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.4`](https://redirect.github.com/PyCQA/bandit/releases/tag/1.9.4) [Compare Source](https://redirect.github.com/PyCQA/bandit/compare/1.9.3...1.9.4) #### What's Changed - chore: fixed some typos in comments by [@&#8203;jakob1379](https://redirect.github.com/jakob1379) in [#&#8203;1351](https://redirect.github.com/PyCQA/bandit/pull/1351) - Bump docker/login-action from 3.6.0 to 3.7.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1353](https://redirect.github.com/PyCQA/bandit/pull/1353) - Bump docker/build-push-action from 6.18.0 to 6.19.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1357](https://redirect.github.com/PyCQA/bandit/pull/1357) - Fix B613 crash when reading from stdin by [@&#8203;worksbyfriday](https://redirect.github.com/worksbyfriday) in [#&#8203;1361](https://redirect.github.com/PyCQA/bandit/pull/1361) - Include filename in nosec 'no failed test' warning by [@&#8203;worksbyfriday](https://redirect.github.com/worksbyfriday) in [#&#8203;1363](https://redirect.github.com/PyCQA/bandit/pull/1363) - Fix B615 false positive when revision is set via variable by [@&#8203;worksbyfriday](https://redirect.github.com/worksbyfriday) in [#&#8203;1358](https://redirect.github.com/PyCQA/bandit/pull/1358) - Lower version guard in check\_ast\_node to Python 3.12 by [@&#8203;rcgray](https://redirect.github.com/rcgray) in [#&#8203;1355](https://redirect.github.com/PyCQA/bandit/pull/1355) - Fix B106 reporting wrong line number on multiline function calls by [@&#8203;worksbyfriday](https://redirect.github.com/worksbyfriday) in [#&#8203;1360](https://redirect.github.com/PyCQA/bandit/pull/1360) #### New Contributors - [@&#8203;jakob1379](https://redirect.github.com/jakob1379) made their first contribution in [#&#8203;1351](https://redirect.github.com/PyCQA/bandit/pull/1351) - [@&#8203;worksbyfriday](https://redirect.github.com/worksbyfriday) made their first contribution in [#&#8203;1361](https://redirect.github.com/PyCQA/bandit/pull/1361) - [@&#8203;rcgray](https://redirect.github.com/rcgray) made their first contribution in [#&#8203;1355](https://redirect.github.com/PyCQA/bandit/pull/1355) **Full Changelog**: <PyCQA/bandit@1.9.3...1.9.4> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4zOC4xIiwidXBkYXRlZEluVmVyIjoiNDMuMzguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents cd6cc0f + c39df0e commit 9b4df77

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.3
39+
rev: 1.9.4
4040
hooks:
4141
- id: bandit
4242
name: Code security checks

0 commit comments

Comments
 (0)