From 83e5359bd291661b0e8692121597f8d4e4bc2100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 09:27:22 +0100 Subject: [PATCH] Bump pydocstyle from 6.2.3 to 6.3.0 (#4108) 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 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