From 59629d13d66108f8328ed4287f8b32b8919a9689 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 04:13:33 +0000 Subject: [PATCH] Bump pydocstyle from 3.0.0 to 6.1.1 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 3.0.0 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/3.0.0...6.1.1) Signed-off-by: dependabot-preview[bot] --- requirements-flake.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-flake.txt b/requirements-flake.txt index d23d6b34..930533ba 100644 --- a/requirements-flake.txt +++ b/requirements-flake.txt @@ -1,4 +1,4 @@ -pydocstyle==3.0.0 +pydocstyle==6.1.1 flake8 flake8-docstrings>=0.2.7 flake8-import-order>=0.9