From ec15c70254dae177808c5594d70c7da20c8b9764 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Mar 2022 09:08:01 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pycqa/bandit to v1.7.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 0fa34b6..3f6d930 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - id: commitizen stages: [commit-msg] - repo: https://github.com/PyCQA/bandit - rev: 1.7.3 + rev: 1.7.4 hooks: - id: bandit args: [-x, tests]