From 85b3e7c63cb3546cc470c560f4e9c947ab4c9c58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Mar 2022 10:13:40 +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 5e2d59d..c2f330a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: - id: mypy additional_dependencies: [types-requests] - repo: https://github.com/PyCQA/bandit - rev: 1.7.3 + rev: 1.7.4 hooks: - id: bandit args: [-x, tests]