diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a9424e53b8..18bb8aa58c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - pyflakes==2.3.1 - flake8-docstrings==1.6.0 - pydocstyle==6.0.0 - - flake8-comprehensions==3.5.0 + - flake8-comprehensions==3.7.0 - flake8-noqa==1.1.0 - mccabe==0.6.1 files: ^(homeassistant|script|tests)/.+\.py$ diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index aa3279cea18..ad9e168f3dd 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -3,7 +3,7 @@ bandit==1.7.0 black==21.9b0 codespell==2.0.0 -flake8-comprehensions==3.5.0 +flake8-comprehensions==3.7.0 flake8-docstrings==1.6.0 flake8-noqa==1.1.0 flake8==3.9.2