From 93eeaf669bbdaab66fc2f5ec1af317ff372b21d6 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 2 Jun 2016 04:06:04 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I0a80cee947037f511f19ac648c6e26cee2128743 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8dbbe1f03b6..a7e5052a960 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ oslo.reports>=0.6.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 -oslo.utils>=3.9.0 # Apache-2.0 +oslo.utils>=3.11.0 # Apache-2.0 oslo.versionedobjects>=1.9.1 # Apache-2.0 osprofiler>=1.3.0 # Apache-2.0 ovs>=2.5.0;python_version=='2.7' # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1977ea88027..7869f381625 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.11.0,<0.12 # Apache-2.0 +hacking<0.12,>=0.11.0 # Apache-2.0 coverage>=3.6 # Apache-2.0 fixtures<2.0,>=1.3.1 # Apache-2.0/BSD