Update doc8 version
The current tacker code base is using old doc8 version 0.6.0, refer [1] for details. This patch bumps the latest doc8 lib version, doc8 lib supports python 3.6 starting from version 0.8.1.[2] [1] https://pypi.org/project/doc8/0.6.0/ [2] https://pypi.org/project/doc8/ Change-Id: I7dc3fd9a9f0bc909d335ffdec771351c842a30c0
This commit is contained in:
parent
971d949da7
commit
f047d56c69
@ -20,7 +20,7 @@ ddt===1.0.1
|
||||
debtcollector==1.19.0
|
||||
decorator==4.4.1
|
||||
deprecation==2.0
|
||||
doc8==0.6.0
|
||||
doc8==0.8.1
|
||||
docutils==0.14
|
||||
dogpile.cache==0.6.5
|
||||
dulwich==0.19.0
|
||||
|
@ -6,7 +6,7 @@
|
||||
# ascii betical order.
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
ddt>=1.0.1 # MIT
|
||||
doc8>=0.6.0 # Apache-2.0
|
||||
doc8>=0.8.1 # Apache-2.0
|
||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
hacking>=4.0.0,<4.1.0 # Apache-2.0
|
||||
python-subunit>=1.0.0 # Apache-2.0/BSD
|
||||
|
Loading…
Reference in New Issue
Block a user