From fbb7234afc0b42867f9d3e1ef1c2079b6cae188f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:36:20 +0200 Subject: [PATCH] Bump pydocstyle from 6.2.3 to 6.3.0 (#146) Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle) from 6.2.3 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.2.3...6.3.0) --- updated-dependencies: - dependency-name: pydocstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index 61da096..4364b00 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -3,5 +3,5 @@ flake8==6.0.0 isort==5.11.4 mypy==0.991 pre-commit==2.21.0 -pydocstyle==6.2.3 +pydocstyle==6.3.0 pylint==2.15.10