From 80094be513c64652a2c6cd4802f9e1a3183b96e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 04:45:23 +0000 Subject: [PATCH] Bump pydocstyle from 4.0.0 to 4.0.1 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 4.0.0 to 4.0.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/4.0.0...4.0.1) Signed-off-by: dependabot-preview[bot] --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 33c8215..adea3d7 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,6 +1,6 @@ # linters pycodestyle==2.5.0 -pydocstyle==4.0.0 +pydocstyle==4.0.1 pylint==2.3.1; python_version>'3.3' pygments pyroma==2.5