From 8fc91f5288ce832d14bb753ef7eebbc52535486c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:01:29 +0100 Subject: [PATCH] Bump pydocstyle from 6.2.2 to 6.2.3 (#4092) 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 e794a0204..e186706d4 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.0 + - pydocstyle==6.2.3 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 d7938186a..c2169ca42 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -4,7 +4,7 @@ coverage==7.0.4 flake8-docstrings==1.6.0 flake8==6.0.0 pre-commit==2.21.0 -pydocstyle==6.2.2 +pydocstyle==6.2.3 pylint==2.15.9 pytest-aiohttp==1.0.4 pytest-asyncio==0.18.3