From af0ed7b0e43d6d74c506f89894d3b231c4d6855f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:29:18 +0000 Subject: [PATCH] build(deps-dev): update pydocstyle requirement from >=6.1.0 to >=6.3.0 Updates the requirements on [pydocstyle](https://github.com/PyCQA/pydocstyle) to permit the latest version. - [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.0...6.3.0) --- updated-dependencies: - dependency-name: pydocstyle dependency-version: 6.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a1b706..27be233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ lint = [ 'mypy', # Support for pyproject.toml added in 6.1.0 # https://github.com/PyCQA/pydocstyle/pull/534 - 'pydocstyle >= 6.1.0', + 'pydocstyle >= 6.3.0', # Required for `setup.py check --restructuredtext --strict`. Otherwise: # warning: check: Cannot analyze code. Pygments package not found. 'pygments',