From 5bfb057c2c4692f633591b2e16301bf20f8656b5 Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Sun, 7 Sep 2025 12:24:12 -0400 Subject: [PATCH 1/2] Update .pre-commit-config.yaml --- .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 0d9180e..c9db18f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/PyCQA/bandit - rev: 1.6.2 + rev: '1.7.9' hooks: - id: bandit args: From 4a71eaa3f57389c477127bc33d5cfc0d60533d89 Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Sun, 7 Sep 2025 12:24:55 -0400 Subject: [PATCH 2/2] Update .bandit.yaml --- .bandit.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.bandit.yaml b/.bandit.yaml index 3a7d3e6..3944259 100644 --- a/.bandit.yaml +++ b/.bandit.yaml @@ -12,7 +12,6 @@ tests: - B318 - B319 - B320 - - B325 - B601 - B602 - B604