From 1ccca935ffd8d2622dff8919b39e6d232c035b27 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 2 Oct 2016 20:34:43 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Iecda6c6f46a9d8fbac13d648a2aca507cd03424d --- requirements.txt | 6 +++--- test-requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index a3c77b7..08eac75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 +cliff>=2.2.0 # Apache-2.0 osc-lib>=1.0.2 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0 pbr>=1.6 # Apache-2.0 python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 -PyYAML>=3.1.0 # MIT +PyYAML>=3.10.0 # MIT requests>=2.10.0 # Apache-2.0 -six>=1.9.0 # MIT \ No newline at end of file +six>=1.9.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 4d6e4d8..e6974c7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,10 +4,10 @@ hacking<0.12,>=0.11.0 # Apache-2.0 pylint==1.4.5 # GPLv2 python-openstackclient>=2.1.0 # Apache-2.0 -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD unittest2 # BSD fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD nose # LGPL tempest>=12.1.0 # Apache-2.0 -testtools>=1.4.0 # MIT \ No newline at end of file +testtools>=1.4.0 # MIT