diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 827dd55..71975af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,7 +67,7 @@ repos: # - id: mypy # additional_dependencies: ["types-aiofiles"] - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit args: [-x, tests]