From 668c62118bdaf7b237fb4e10af40972d10b52194 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 07:43:25 +0000 Subject: [PATCH] Bump pydocstyle from 5.0.1 to 5.0.2 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 5.0.1 to 5.0.2. - [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.1...5.0.2) 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 b6fa34539..5359a352a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ freezegun==0.3.12 isort==4.3.21 # Lint imports mypy==0.761 # Type checking pip_check_reqs==2.0.3 -pydocstyle==5.0.1 # Lint docstrings +pydocstyle==5.0.2 # Lint docstrings pyenchant==2.0.0 # Bindings for a spellchecking sytem pygithub==1.45 pylint==2.4.4 # Lint