Skip to content

Commit bb9576d

Browse files
Update pydocstyle requirement from >=3.0.0 to >=6.3.0 (#8)
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 f8b88fb commit bb9576d

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
@@ -2,6 +2,6 @@ requests==2.32.5
22
setuptools>=40.8.0
33
vulture>=1.0
44
bandit>=1.5.1
5-
pydocstyle>=3.0.0
5+
pydocstyle>=6.3.0
66
pytest>=4.3.1
77
pytest-cov>=2.6.1

0 commit comments

Comments
 (0)