From 784fdd80811cefbbf14e211f1a353d9de45ea268 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 00:19:17 +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 3ab681ed..13b0307b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,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