From: OpenStack Proposal Bot Date: Thu, 15 Oct 2015 15:42:20 +0000 (+0000) Subject: Updated from global requirements X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=58bcdea019594a27f725cfcd74d07f93b5208458;p=openstack-build%2Fneutron-build.git Updated from global requirements Change-Id: Ib0b0138caca1214201fa52ed06ec5df4b7c7820d --- diff --git a/requirements.txt b/requirements.txt index 3080e542d..ce1e425e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ eventlet>=0.17.4 pecan>=1.0.0 greenlet>=0.3.2 httplib2>=0.7.5 -requests>=2.5.2 +requests!=2.8.0,>=2.5.2 Jinja2>=2.6 # BSD License (3 clause) keystonemiddleware>=2.0.0 netaddr!=0.7.16,>=0.7.12 @@ -31,7 +31,7 @@ oslo.context>=0.2.0 # Apache-2.0 oslo.db>=2.4.1 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0 oslo.log>=1.8.0 # Apache-2.0 -oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0,!=2.6.0 # Apache-2.0 +oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,>=1.16.0 # Apache-2.0 oslo.middleware>=2.8.0 # Apache-2.0 oslo.policy>=0.5.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b9754156a..467dc4da8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,6 +18,6 @@ testscenarios>=0.4 WebTest>=2.0 oslotest>=1.10.0 # Apache-2.0 os-testr>=0.4.1 -tempest-lib>=0.9.0 +tempest-lib>=0.10.0 ddt>=0.7.0 pylint==1.4.4 # GNU GPL v2