From adffb3b124e0e2efcfac0044f3f5326884937f06 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 16 Sep 2017 23:13:00 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ic500838a7cbdeeb5076e76a7176d4e2751664ede --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 95b712e2c..2de4c9cbc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. coverage!=4.4,>=4.0 # Apache-2.0 -doc8 # Apache-2.0 +doc8>=0.6.0 # Apache-2.0 flake8-import-order==0.11 # LGPLv3 hacking<0.13,>=0.12.0 # Apache-2.0 mock>=2.0.0 # BSD