Upgrade bandit to 1.7.0 (#44184)
* Upgrade bandit to 1.6.3 https://github.com/PyCQA/bandit/releases/tag/1.6.3 * Upgrade bandit to 1.7.0 https://github.com/PyCQA/bandit/releases/tag/1.7.0pull/44257/head
parent
9e1647d634
commit
c6c3d720ca
|
@ -30,7 +30,7 @@ repos:
|
|||
- pydocstyle==5.1.1
|
||||
files: ^(homeassistant|script|tests)/.+\.py$
|
||||
- repo: https://github.com/PyCQA/bandit
|
||||
rev: 1.6.2
|
||||
rev: 1.7.0
|
||||
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.6.2
|
||||
bandit==1.7.0
|
||||
black==20.8b1
|
||||
codespell==1.17.1
|
||||
flake8-docstrings==1.5.0
|
||||
|
|
Loading…
Reference in New Issue