diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 247def5..d9dd3db 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.2.0 + rev: 7.3.0 hooks: - id: flake8 types: - python - repo: https://github.com/pycqa/bandit - rev: 1.8.3 + rev: 1.8.5 hooks: - id: bandit args: ["-ll"]