From ec82823bf90251c89e5adb3a14571b677f13e2c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 01:55:44 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pycqa/bandit to v1.8.0 --- .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 2fd6358..7eb70b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: args: [--line-length=120] exclude: .\.tf | ^\.github/ - repo: https://github.com/pycqa/bandit - rev: 1.7.4 + rev: 1.8.0 hooks: - id: bandit exclude: .\.tf | ^\.github/