From ea327fac43c0a36648e3533f5ee89f946cd60e0d Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Sun, 4 May 2025 21:40:46 -0700 Subject: [PATCH] Update bandit version --- .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 a313d8062c..e85881dd4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/PyCQA/bandit - rev: '1.7.9' + rev: '1.8.3' hooks: - id: bandit pass_filenames: false