From 2e40984532ddce3c58bc80e98700d0fd4f777798 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 06:09:42 +0000 Subject: [PATCH] Bump pydocstyle from 5.1.1 to 6.0.0 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 5.1.1 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/5.1.1...6.0.0) Signed-off-by: dependabot-preview[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index bd78df1ff..3f4667924 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ freezegun==1.1.0 isort==5.7.0 # Lint imports mypy==0.812 # Type checking pip_check_reqs==2.2.0 -pydocstyle==5.1.1 # Lint docstrings +pydocstyle==6.0.0 # Lint docstrings pyenchant==3.2.0 # Bindings for a spellchecking sytem pygithub==1.54.1 pylint==2.7.2 # Lint