Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Update pydocstyle to 5.0.2 #947

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ py-cpuinfo==4.0.0 # via pytest-benchmark
py==1.5.4 # via pytest, tox
pycodestyle==2.3.1 # via flake8
pycparser==2.18 # via cffi
pydocstyle==2.1.1
pydocstyle==5.0.2
pyflakes==1.6.0 # via flake8
pygal==2.4.0 # via pytest-benchmark
pygaljs==1.0.1 # via pytest-benchmark
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ py-cpuinfo==4.0.0 # via pytest-benchmark
py==1.5.4 # via pytest
pycodestyle==2.3.1 # via flake8
pycparser==2.18 # via cffi
pydocstyle==2.1.1
pydocstyle==5.0.2
pyflakes==1.6.0 # via flake8
pygal==2.4.0 # via pytest-benchmark
pygaljs==1.0.1 # via pytest-benchmark
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_experimental.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ptpdb==0.17
ptpython==0.33
ptyprocess==0.6.0 # via pexpect
py==1.5.4 # via pytest
pydocstyle==2.1.1
pydocstyle==5.0.2
pygments==2.2.0 # via ipython, ptpython
pympler==0.5
pytest-interactive==0.1.4
Expand Down