diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e186706d4..240151dcd 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.2.3 + - pydocstyle==6.3.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 f38733636..b85b04c74 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -4,7 +4,7 @@ coverage==7.0.5 flake8-docstrings==1.6.0 flake8==6.0.0 pre-commit==2.21.0 -pydocstyle==6.2.3 +pydocstyle==6.3.0 pylint==2.15.10 pytest-aiohttp==1.0.4 pytest-asyncio==0.18.3