From 4afda828e4fb44c08043158290b394286ec7a4a4 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 8 Nov 2017 15:22:45 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ib7b1b1095089b5d3cf14006696e8afa8a3e20f52 --- requirements.txt | 10 +++++----- test-requirements.txt | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8b96e673..b759fd69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,11 +5,11 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 os-brick>=1.15.2 # Apache-2.0 os-vif>=1.7.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 +oslo.concurrency>=3.20.0 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.log>=3.30.0 # Apache-2.0 pylxd>=2.2.2 # Apache-2.0 # XXX: rockstar (17 Feb 2016) - oslo_config imports diff --git a/test-requirements.txt b/test-requirements.txt index 9f44cc4c..394ed775 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,6 +13,6 @@ oslotest>=1.10.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT -os-testr>=0.8.0 # Apache-2.0 -nosexcover # BSD +os-testr>=1.0.0 # Apache-2.0 +nosexcover>=1.0.10 # BSD wsgi-intercept>=1.4.1 # MIT License