From 394ae5d86c18ffae0cbfefd1b1c40fd89c94731f Mon Sep 17 00:00:00 2001 From: tengqm Date: Sat, 10 Jan 2015 17:37:21 +0800 Subject: [PATCH] Bump oslo.utils to 1.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79da3c2..994a209 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ iso8601>=0.1.9 PrettyTable>=0.7,<0.8 oslo.i18n>=1.0.0 # Apache-2.0 oslo.serialization>=1.0.0 # Apache-2.0 -oslo.utils>=1.1.0 # Apache-2.0 +oslo.utils>=1.2.0 # Apache-2.0 python-keystoneclient>=0.11.1 PyYAML>=3.1.0 requests>=2.2.0,!=2.4.0