summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2018-05-14 19:37:27 +0000
committerBen Nemec <bnemec@redhat.com>2018-05-14 19:37:55 +0000
commit0a3b06e46f3d58c11acae88bfd04f683f5d73ce1 (patch)
tree8af6fb9065007ec584e2d9c12e3f190c695617bc
parent325d0c17a4d406c417d5717826d71cf188262676 (diff)
downloadoslotest-0a3b06e46f3d58c11acae88bfd04f683f5d73ce1.tar.gz
Fix requirements
One of our lower bounds didn't match so the requirements job in this repo is failing. Change-Id: Iaf64f0cbee5ee7894367a354c1d1646561759744
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index d3359d3..99750d2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,7 +10,7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
# this is required for the docs build jobs
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0