diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index b30b38c3..7bac5b80 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,7 +1,7 @@ # home assistant pip<20.3,>=8.0.3 pre-commit==2.16.0 -bandit==1.7.0 +bandit==1.7.1 black==21.12b0 flake8==4.0.1 isort==5.10.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4229413..6011f09a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - pydocstyle==5.0.2 files: ^(custom_components|homeassistant|script|tests)/.+\.py$ - repo: https://github.com/PyCQA/bandit - rev: 1.7.0 + rev: 1.7.1 hooks: - id: bandit args: