From 138a91e5dd764aca85e9dec80ff043b313389576 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:39:52 +0000 Subject: [PATCH] Update pre-commit hook PyCQA/bandit to v1.8.5 --- .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 293dc569c..89d3f5cb9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: exclude_types: [csv, json] exclude: ^userdata/|^fixtures/ - repo: https://github.com/PyCQA/bandit - rev: 1.8.4 + rev: 1.8.5 hooks: - id: bandit name: "Bandit checking"