From 4c619e91d2125ed6034b82d8948d1e83f589e95a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:38:13 +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-version: 6.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f1d2a6..79b950d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ lint = [ "codacy-coverage==1.3.11", "pycodestyle==2.14.0", "mypy==1.19.1", - "pydocstyle==6.1.1", + "pydocstyle==6.3.0", "flake8==7.3.0", "pylint==4.0.5", "black==26.3.1",