diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e289da9..15dc1bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,14 +31,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"]