Skip to content

Commit af0ed7b

Browse files
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](PyCQA/pydocstyle@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] <support@github.com>
1 parent 29087fa commit af0ed7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lint = [
4343
'mypy',
4444
# Support for pyproject.toml added in 6.1.0
4545
# https://github.com/PyCQA/pydocstyle/pull/534
46-
'pydocstyle >= 6.1.0',
46+
'pydocstyle >= 6.3.0',
4747
# Required for `setup.py check --restructuredtext --strict`. Otherwise:
4848
# warning: check: Cannot analyze code. Pygments package not found.
4949
'pygments',

0 commit comments

Comments
 (0)