From cc7770e1354fc2e5c1b283d476f1f32ca2da5775 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 9 Dec 2014 21:20:45 -0800 Subject: [PATCH] Bump up oslo.utils to 1.1.0 Oslo.utils was recently released with version 1.1.0 That release contains some code that was extracted from taskflow to provide general functionality to other projects. So to allow taskflow to remove that code from its own project we need to bump this up to a version that includes that code. Change-Id: Icfddc58933288576e7832bfc2bb1902c4f8b5cbc --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 890f7ac4cd..d5accf4c50 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -63,7 +63,7 @@ oslo.messaging>=1.4.0,!=1.5.0 oslo.middleware>=0.1.0 # Apache-2.0 oslo.rootwrap>=1.3.0 oslo.serialization>=1.0.0 # Apache-2.0 -oslo.utils>=1.0.0 # Apache-2.0 +oslo.utils>=1.1.0 # Apache-2.0 oslo.vmware>=0.7.0 # Apache-2.0 osprofiler>=0.3.0 # Apache-2.0 os-apply-config