From 139e3d2a34912c941aced93c856697f479ca2961 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 13 Sep 2017 00:16:13 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I8ad09223fbcaffc10cdd4a637f9889572a269493 --- requirements.txt | 6 +++--- test-requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index ca3530f7..f56e0aec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +4,10 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 PrettyTable<0.8,>=0.7.1 # BSD -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +python-openstackclient>=3.12.0 # Apache-2.0 keystoneauth1>=3.2.0 # Apache-2.0 osc-lib>=1.7.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 websocket-client>=0.33.0 # LGPLv2+ docker>=2.4.2 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a3ffd760..de6505f6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,11 +10,11 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 openstackdocstheme>=1.16.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0 -os-testr>=0.8.0 # Apache-2.0 +os-testr>=1.0.0 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD sphinx>=1.6.2 # BSD tempest>=16.1.0 # Apache-2.0 -testresources>=0.2.4 # Apache-2.0/BSD +testresources>=2.0.0 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT