diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20de676..0f2ba3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: check-yaml args: [--unsafe] - repo: https://github.com/PyCQA/bandit - rev: '1.7.10' # Update me! + rev: '1.8.0' # Update me! hooks: - id: bandit args: [--ini, .bandit]