From f416b301890daf93d291f0f75d9888dc8e104201 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 11 Dec 2015 15:20:17 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Iffcf1cc94003c3bfeb0ed1ec9859d55307c9bbc5 --- requirements.txt | 8 ++++---- test-requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index b64c7042..647ea867 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,19 +17,19 @@ oslo.context>=0.2.0 # Apache-2.0 oslo.db>=3.2.0 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0 oslo.log>=1.12.0 # Apache-2.0 -oslo.messaging!=2.8.0,>2.6.1 # Apache-2.0 +oslo.messaging!=2.8.0,!=3.1.0,>2.6.1 # Apache-2.0 oslo.middleware>=3.0.0 # Apache-2.0 oslo.policy>=0.5.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 -oslo.service>=0.12.0 # Apache-2.0 -oslo.utils>=2.8.0 # Apache-2.0 +oslo.service>=1.0.0 # Apache-2.0 +oslo.utils!=3.1.0,>=2.8.0 # Apache-2.0 oslo.concurrency>=2.3.0 # Apache-2.0 paramiko>=1.13.0 Paste PasteDeploy>=1.5.0 python-neutronclient>=2.6.0 -keystonemiddleware!=2.4.0,>=2.0.0 +keystonemiddleware>=4.0.0 requests>=2.8.1 retrying!=1.3.0,>=1.2.3 # Apache-2.0 Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' diff --git a/test-requirements.txt b/test-requirements.txt index 83d4baff..ef734f76 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ hacking<0.10,>=0.9.2 bashate>=0.2 # Apache-2.0 coverage>=3.6 -ddt>=0.7.0 +ddt>=1.0.1 fixtures>=1.3.1 mock>=1.2 PyMySQL>=0.6.2 # MIT License