From 6c64e0034724407ace652560ae14cd36ea255ff8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 04:14:02 +0000 Subject: [PATCH] Bump pydocstyle from 3.0.0 to 6.0.0 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 3.0.0 to 6.0.0. - [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.0.0) 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..866a5e14 100644 --- a/requirements-flake.txt +++ b/requirements-flake.txt @@ -1,4 +1,4 @@ -pydocstyle==3.0.0 +pydocstyle==6.0.0 flake8 flake8-docstrings>=0.2.7 flake8-import-order>=0.9