diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a69f0b444c..c96a990433a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index a8b10eb4501..e479f5e9ac1 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -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