diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8afdc2b3..e794a0204 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: flake8 additional_dependencies: - flake8-docstrings==1.6.0 - - pydocstyle==6.1.1 + - pydocstyle==6.2.0 files: ^(supervisor|script|tests)/.+\.py$ - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 diff --git a/requirements_tests.txt b/requirements_tests.txt index da5e48073..e30ec765a 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -4,7 +4,7 @@ coverage==7.0.2 flake8-docstrings==1.6.0 flake8==6.0.0 pre-commit==2.21.0 -pydocstyle==6.1.1 +pydocstyle==6.2.0 pylint==2.15.9 pytest-aiohttp==1.0.4 pytest-asyncio==0.18.3