diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1bc0eb..ab91176 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,14 +25,14 @@ repos: - python - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 types: - python - repo: https://github.com/pycqa/bandit - rev: 1.7.8 + rev: 1.7.9 hooks: - id: bandit args: ["-ll"]