diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 240151dcd..2b73958df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: hooks: - id: flake8 additional_dependencies: - - flake8-docstrings==1.6.0 + - flake8-docstrings==1.7.0 - pydocstyle==6.3.0 files: ^(supervisor|script|tests)/.+\.py$ - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/requirements_tests.txt b/requirements_tests.txt index 05e8cb235..1aef0e896 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,7 +1,7 @@ black==22.12.0 codecov==2.1.12 coverage==7.1.0 -flake8-docstrings==1.6.0 +flake8-docstrings==1.7.0 flake8==6.0.0 pre-commit==3.0.0 pydocstyle==6.3.0