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
This commit is contained in:
parent
8484060915
commit
ca32c38859
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue