diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93af76c57..da848114a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: name: "Check spelling" exclude_types: [csv, json] - repo: https://github.com/PyCQA/bandit - rev: 1.8.0 + rev: 1.8.2 hooks: - id: bandit name: "Bandit checking"