diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ce3da8..b771409 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,7 +67,7 @@ repos: - id: mypy additional_dependencies: ["attrs"] - repo: https://github.com/PyCQA/bandit - rev: 1.7.7 + rev: 1.7.10 hooks: - id: bandit args: [-x, tests]