From c1ac6c04323580a464a157d3aa0fe9deae51f494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 12:33:30 +0100 Subject: [PATCH] Bump pydocstyle from 6.1.1 to 6.2.0 (#4081) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- .pre-commit-config.yaml | 2 +- requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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