From 924562aa5d0ba4813774f0ed7ae17f9cb547c1e3 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 15 Feb 2017 20:44:39 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I080354c351deeea0401e8e849de6868e5ccb6ca4 --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8fb8342b..9cd780be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pbr>=1.8 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 python-glanceclient>=2.5.0 # Apache-2.0 -python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0 +python-novaclient>=7.1.0 # Apache-2.0 python-openstackclient>=3.3.0 # Apache-2.0 python-freezerclient>=1.0.0 # Apache-2.0 oslo.utils>=3.18.0 # Apache-2.0 @@ -25,5 +25,5 @@ six>=1.9.0 # MIT # Not in global-requirements apscheduler # MIT License -psutil>=3.0.1 # BSD +psutil>=3.2.2 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index b2b56913..28251865 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ coverage>=4.0 # Apache-2.0 mock>=2.0 # BSD pylint==1.4.5 # GPLv2 python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT