diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc48c781690..8af0a7553e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: flake8 additional_dependencies: - flake8-docstrings==1.5.0 - - pydocstyle==5.1.0 + - pydocstyle==5.1.1 files: ^(homeassistant|script|tests)/.+\.py$ - repo: https://github.com/PyCQA/bandit rev: 1.6.2 diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 48ee770b1d9..84e0f4e9905 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -6,6 +6,6 @@ codespell==1.17.1 flake8-docstrings==1.5.0 flake8==3.8.3 isort==5.4.2 -pydocstyle==5.1.0 +pydocstyle==5.1.1 pyupgrade==2.7.2 yamllint==1.24.2