From cad17dfcdd059e101430dfbc2ee5f25576777680 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Feb 2022 01:10:51 +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 1dea9ba02..aa7e1b8b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,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]