From ca32c38859f5a4f27fca006be7c6e5aae9c0e342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 5 Mar 2022 21:13:30 +0200 Subject: [PATCH] Upgrade bandit to 1.7.4 (#67669) No new issues flagged. https://github.com/PyCQA/bandit/releases/tag/1.7.1 https://github.com/PyCQA/bandit/releases/tag/1.7.2 https://github.com/PyCQA/bandit/releases/tag/1.7.3 https://github.com/PyCQA/bandit/releases/tag/1.7.4 --- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cdd28cd6e9..66e794f95fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - mccabe==0.6.1 files: ^(homeassistant|script|tests)/.+\.py$ - repo: https://github.com/PyCQA/bandit - rev: 1.7.0 + rev: 1.7.4 hooks: - id: bandit args: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index ca7828267b6..d296c2be72d 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,6 +1,6 @@ # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit -bandit==1.7.0 +bandit==1.7.4 black==22.1.0 codespell==2.1.0 flake8-comprehensions==3.7.0