From 62951f104f29348bfaf5c65cb01f1c24f0edb481 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 28 Sep 2016 17:02:33 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I42c81f6a6a75cac3b7f5344261d2e89e23717fc7 --- requirements.txt | 2 +- test-requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 36c464e6a8..e8a892ead1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ netifaces>=0.10.4 # MIT httplib2>=0.7.5 # MIT lxml>=2.3 # BSD passlib>=1.6 # BSD -python-heatclient>=1.4.0 # Apache-2.0 +python-heatclient>=1.5.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 51444aca5b..fdd1fd778a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,9 +4,9 @@ # Hacking already pins down pep8, pyflakes and flake8 hacking<0.11,>=0.10.0 bandit>=1.1.0 # Apache-2.0 -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD os-api-ref>=1.0.0 # Apache-2.0 -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +oslosphinx>=4.7.0 # Apache-2.0 reno>=1.8.0 # Apache2 coverage>=3.6 # Apache-2.0 nose # LGPL @@ -14,7 +14,7 @@ nosexcover # BSD openstackdocstheme>=1.5.0 # Apache-2.0 openstack.nose-plugin>=0.7 # Apache-2.0 WebTest>=2.0 # MIT -wsgi-intercept>=0.6.1 # MIT License +wsgi-intercept>=1.4.1 # MIT License proboscis>=1.2.5.3 # Apache-2.0 python-troveclient>=2.2.0 # Apache-2.0 mock>=2.0 # BSD