From 3bfcd453c7739ae40c7f2e296062449712401dce Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:03:10 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pycqa/bandit to v1.9.2 | datasource | package | from | to | | ----------- | ------------ | ----- | ----- | | github-tags | PyCQA/bandit | 1.9.1 | 1.9.2 | --- .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 f23cdfe..d87915e 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.1 + rev: 1.9.2 hooks: - id: bandit name: Code security checks