From 4bc3ec237595e1b5d0130c089baa6d08924a18ec Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 00:28:00 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pycqa/bandit to v1.9.4 | datasource | package | from | to | | ----------- | ------------ | ----- | ----- | | github-tags | PyCQA/bandit | 1.9.3 | 1.9.4 | --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 708c3e4e..b7ded71b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: # Python code security - repo: https://github.com/PyCQA/bandit - rev: 1.9.3 + rev: 1.9.4 hooks: - id: bandit name: Code security checks