From 476dd64fcb50fc3dfd78a05308119bbef79aae82 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Wed, 1 Nov 2017 17:33:15 +0800 Subject: [PATCH] Bump oslo.utils to 3.31 We add method to compute a file's checksum to fileutils in oslo.utils 3.31, this new method can be used in Ironic and other projects. Change-Id: I6378e65d86e2e4101167e3767e69f29ee6ef064f --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index cb07fa0916..457a513d52 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -147,7 +147,7 @@ oslo.rootwrap>=5.8.0 # Apache-2.0 # NOTE(mriedem): oslo.serialization 2.19.1 is blocked for bug 1593641 oslo.serialization>=2.18.0,!=2.19.1 # Apache-2.0 oslo.service>=1.24.0 # Apache-2.0 -oslo.utils>=3.28.0 # Apache-2.0 +oslo.utils>=3.31.0 # Apache-2.0 oslo.vmware>=2.17.0 # Apache-2.0 oslo.versionedobjects>=1.28.0 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0