From f4e506d8480a6a233b2d884f3572795b71986cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 10:46:26 +0000 Subject: [PATCH] Bump pydocstyle from 6.1.1 to 6.2.3 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 6.1.1 to 6.2.3. - [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/6.1.1...6.2.3) --- updated-dependencies: - dependency-name: pydocstyle dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements_dev_pre_commit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_dev_pre_commit.txt b/requirements/requirements_dev_pre_commit.txt index 046e5cc..f5eda75 100644 --- a/requirements/requirements_dev_pre_commit.txt +++ b/requirements/requirements_dev_pre_commit.txt @@ -27,7 +27,7 @@ bandit == 1.7.4 stevedore >= 1.20.0 # Documentation-Specific Checker -pydocstyle == 6.1.1 +pydocstyle == 6.2.3 snowballstemmer # General Code Linter