From 548536d92e54a0cbd3c03f4e04c61dda49aa92a1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Feb 2022 00:24:45 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pycqa/bandit to v1.7.3 --- .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 66002e8..0fa34b6 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.2 + rev: 1.7.3 hooks: - id: bandit args: [-x, tests]