From 52c8d7627a123a46f05efab705a773dbf2663a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:48:39 +0000 Subject: [PATCH] chore(deps): bump pydocstyle from 3.0.0 to 6.3.0 in /dev_requirements Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 3.0.0 to 6.3.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.3.0) --- updated-dependencies: - dependency-name: pydocstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev_requirements/linter-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/linter-requirements.txt b/dev_requirements/linter-requirements.txt index b9241de6..8d777331 100644 --- a/dev_requirements/linter-requirements.txt +++ b/dev_requirements/linter-requirements.txt @@ -10,7 +10,7 @@ isort==5.10.1 pylint==2.12.2 pyflakes==2.4.0 # https://github.com/PyCQA/pydocstyle/issues/375 -pydocstyle==3.0.0 +pydocstyle==6.3.0 readme_renderer==34.0 seed-isort-config==2.2.0 vulture==2.3