diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-05-23 00:09:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-05-23 00:09:56 +0000 |
commit | 40ef686ad7b24dcf05b42b005633be1a6a5d9bbd (patch) | |
tree | ed50db6195747e6717059a735aea1a7eee74a61f | |
parent | 9a0d017cc74cc8713d3b1d9ae8172e2d7d0611ce (diff) | |
parent | b29441b187a9ddc7698eee0bfe711b3d21853a68 (diff) |
Merge "Updated from global requirements"
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 1c9e3b42..c30101f2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,6 +4,6 @@ PyYAML>=3.10.0 # MIT Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) six>=1.9.0 # MIT -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 reno>=1.8.0 # Apache-2.0 |