summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2020-12-06 12:45:00 +0800
committerlikui <likui@yovole.com>2020-12-06 12:45:32 +0800
commitb425a4fd2709cffd9ee6160629579c6daba88c62 (patch)
tree0cca3fc7798eea55f6ab6d25ffdde2875f4428b1
parent49e7a14d39b5f5475a976f3fafc40d0710eda4f1 (diff)
downloadtrove-b425a4fd2709cffd9ee6160629579c6daba88c62.tar.gz
Update doc8 version
doc8 only supports python version less than 3.4 [1] https://pypi.org/project/doc8/0.8.0/ Change-Id: Icd49aed78a9f15d07e12ffc790241435307577e7
-rw-r--r--lower-constraints.txt2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index b504edcc..74e86fa9 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -22,7 +22,7 @@ debtcollector==1.19.0
decorator==4.2.1
deprecation==2.0
diskimage-builder==1.1.2
-doc8==0.6.0
+doc8==0.8.1
docutils==0.14
docker==4.2.0
dogpile.cache==0.6.5
diff --git a/test-requirements.txt b/test-requirements.txt
index 3b90a3fa..ba437f33 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,7 +18,7 @@ redis>=2.10.0 # MIT
cassandra-driver!=3.6.0,>=2.1.4 # Apache-2.0
couchdb>=0.8 # Apache-2.0
stestr>=1.1.0 # Apache-2.0
-doc8>=0.6.0 # Apache-2.0
+doc8>=0.8.1 # Apache-2.0
astroid==1.6.5 # LGPLv2.1
pylint==1.9.2 # GPLv2
oslotest>=3.2.0 # Apache-2.0