From 2925f8942de62bf1b2aa9ba3984dea1202dc64fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:44:23 +0300 Subject: [PATCH] build: Update pre-commit hooks (#529) Co-authored-by: MVrachev <16246778+MVrachev@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01e1ffe1..15809896 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: black args: [-l79, --check, --diff, .] - repo: https://github.com/PyCQA/bandit - rev: '1.7.8' + rev: '1.7.9' hooks: - id: bandit args: ["-r", "tuf_repository_service_worker"]