From 316b8623b9068a232cd9a5edc6e84267559e0fdf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2020 21:08:39 +0000 Subject: [PATCH] Bump pydocstyle from 5.0.2 to 5.1.1 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 5.0.2 to 5.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.0.2...5.1.1) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0dc5be1b..ea064f53 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "pip==20.0.2", "pep8-naming==0.9.1", "pycodestyle==2.5.0", - "pydocstyle==5.0.2", + "pydocstyle==5.1.1", "pyflakes==2.1.1", "pytest==5.3.5", "pytest-cov==2.8.1",