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.0
This commit is contained in:
Ville Skyttä 2020-12-15 04:38:01 +02:00 committed by GitHub
parent 9e1647d634
commit c6c3d720ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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