From be2038f255fec0a8a5e348a9d487a6ea80c1b464 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 3 Jun 2016 18:18:18 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I511a63682aecc045adb020fe30f0425187012702 --- requirements.txt | 4 ++-- setup.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7eb973bb..29cc6f21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,11 +3,11 @@ # process, which may cause wedges in the gate later. six>=1.9.0 # MIT oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config>=3.9.0 # Apache-2.0 +oslo.config>=3.10.0 # Apache-2.0 oslo.context>=2.2.0 # Apache-2.0 oslo.messaging>=4.5.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.5.0 # Apache-2.0 +oslo.utils>=3.11.0 # Apache-2.0 iso8601>=0.1.11 # MIT oslo.log>=1.14.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index a3bb7cb9..3072c0f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,8 +28,8 @@ oslo.config.opts = [extras] fixtures = - mock>=1.2 # BSD - fixtures<2.0,>=1.3.1 # Apache-2.0/BSD + mock>=2.0 # BSD + fixtures>=3.0.0 # Apache-2.0/BSD [pbr] warnerrors = true