From 4b9571079f7773a45cc47d632b56f4c28fcc132d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:11:18 +0000 Subject: [PATCH] Bump pydocstyle from 6.1.1 to 6.3.0 Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 6.1.1 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/6.1.1...6.3.0) --- 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..417a194 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.3.0 snowballstemmer # General Code Linter