Skip to content

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
- mccabe==0.6.1
3737
files: ^(homeassistant|script|tests)/.+\.py$
3838
- repo: https://github.com/PyCQA/bandit
39-
rev: 1.7.0
39+
rev: 1.7.4
4040
hooks:
4141
- id: bandit
4242
args:

‎requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
22

3-
bandit==1.7.0
3+
bandit==1.7.4
44
black==22.1.0
55
codespell==2.1.0
66
flake8-comprehensions==3.7.0

0 commit comments

Comments
 (0)