diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19869dd7a3..ba9e1be69b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe] args: [--max-complexity, "10"] - repo: https://github.com/PyCQA/bandit - rev: '1.7.0' # Update me! + rev: '1.7.1' # Update me! hooks: - id: bandit args: [--ini, .bandit]