diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e77b75f..d23da54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: - --line-length=119 - repo: https://github.com/PyCQA/bandit - rev: 1.8.0 + rev: 1.8.2 hooks: - id: bandit description: Security oriented static analyser for python code