From 4c17a36f5bfebbe92395c126ecce14973ab78b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:53:40 +0200 Subject: [PATCH] Bump pydocstyle from 6.1.1 to 6.2.3 (#142) 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: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 3623c45..61da096 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.1.1 +pydocstyle==6.2.3 pylint==2.15.10