From 939eb81581e437a09ca2a64bb9bd08e4786db6ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:44:50 +0100 Subject: [PATCH] Bump flake8-docstrings from 1.6.0 to 1.7.0 (#4119) 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 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