From 7f9996ded7f735275c841d012d0ba626083d4f76 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 1 Oct 2024 00:10:53 +0000 Subject: [PATCH] chore: update pre-commit config --- .pre-commit-config.yaml | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d48d3ff785..5d4ccd7243 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: exclude: ^fuzz/generated/|bandit\.conf$ - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit exclude: ^fuzz/generated/ diff --git a/dev-requirements.txt b/dev-requirements.txt index 509182adb4..676d73734d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ pre-commit; python_version <= "3.8" pre-commit==3.8.0; python_version > "3.8" flake8; python_version < "3.8" flake8==7.1.1; python_version >= "3.8" -bandit==1.7.9 +bandit==1.7.10 gitlint==v0.19.1 interrogate mypy==v1.11.2