From 76754c2f620ec3ee777be3ba9a151f2742df63d3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Jan 2022 23:17:06 +0000 Subject: [PATCH] Update pre-commit hook PyCQA/bandit to v1.7.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 4ff64ac..3e42b14 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/PyCQA/bandit - rev: 1.7.1 + rev: 1.7.2 hooks: - id: bandit - repo: https://github.com/asottile/pyupgrade