summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-01-18 03:35:02 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-01-18 03:35:02 +0000
commit8a9bceec4bcc35c797ea40ac5a702595bb0ccf37 (patch)
tree5e74b2bc19cc8df79ebba5751818d45bfd34cb96
parent5d0fb1193c20904a2a9d2e6e31f71f189bbd5bdb (diff)
downloadstevedore-8a9bceec4bcc35c797ea40ac5a702595bb0ccf37.tar.gz
Updated from global requirements
Change-Id: Iedc3cb48a788dfed98c00e07d57b08c2e1556360
-rw-r--r--doc/requirements.txt2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index b666029..555b7d2 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,4 +3,4 @@
# process, which may cause wedges in the gate later.
openstackdocstheme>=1.17.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 18a5a8c..6a3828e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,6 +6,6 @@ mock>=2.0.0 # BSD
coverage!=4.4,>=4.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
# sphinx is needed for testing the sphinxext module
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
# Bandit security code scanner
bandit>=1.1.0 # Apache-2.0