diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7681287c..6db097fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: end-of-file-fixer @@ -25,7 +25,7 @@ repos: - id: black args: [-l79, --check, --diff, .] - repo: https://github.com/PyCQA/bandit - rev: '1.7.9' + rev: '1.7.10' hooks: - id: bandit args: ["-r", "tuf_repository_service_worker"]