diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6c07f3..7789175 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: - id: flake8 additional_dependencies: [flake8-docstrings] - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.7.9 hooks: - id: bandit args: [-c, pyproject.toml, -x, tests]