mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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
@ -36,7 +36,7 @@ repos:
|
|||||||
- mccabe==0.6.1
|
- mccabe==0.6.1
|
||||||
files: ^(homeassistant|script|tests)/.+\.py$
|
files: ^(homeassistant|script|tests)/.+\.py$
|
||||||
- repo: https://github.com/PyCQA/bandit
|
- repo: https://github.com/PyCQA/bandit
|
||||||
rev: 1.7.0
|
rev: 1.7.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: bandit
|
- id: bandit
|
||||||
args:
|
args:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
|
# 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
|
black==22.1.0
|
||||||
codespell==2.1.0
|
codespell==2.1.0
|
||||||
flake8-comprehensions==3.7.0
|
flake8-comprehensions==3.7.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user