From 8b878008e166805bda625f6480db7918b3762717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:43:32 +0200 Subject: [PATCH] Bump pydocstyle from 5.1.1 to 6.1.1 (#112) Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 5.1.1 to 6.1.1. - [Release notes](https://github.com/PyCQA/pydocstyle/releases) - [Changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst) - [Commits](https://github.com/PyCQA/pydocstyle/compare/5.1.1...6.1.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index e767e650..aa2833ea 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -1,5 +1,5 @@ black==20.8b1 flake8==3.8.4 mypy==0.812 -pydocstyle==5.1.1 +pydocstyle==6.1.1 pylint==2.6.0 -- 2.34.1