Skip to content

Commit fca95fa

Browse files
Update pydocstyle requirement from >=3.0.0 to >=6.3.0 (#106)
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@3.0.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c347b26 commit fca95fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ art==6.5
33
setuptools>=40.8.0
44
vulture>=1.0
55
bandit>=1.5.1
6-
pydocstyle>=3.0.0
6+
pydocstyle>=6.3.0
77
pytest>=4.3.1
88
pytest-cov>=2.6.1

0 commit comments

Comments
 (0)