From 54d1d31814d13ff78ee7cc5c1fb96b81f1599b9c Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 31 Mar 2020 09:49:56 +1100 Subject: [PATCH] Update dib dep to 2.35.0 This includes support for Fedora 31 and a new python-stow element Change-Id: Ic521e8cba6d362df53bc24997f06600b30f44e32 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 320e2aa9b..e56f6cb79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ PrettyTable>=0.6,<0.8 # 0.28.0-0.31.0 fail to upload images with glance tasks. # 0.31.1 and 0.31.2 have a bug with image deletion in tasks API openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2 -diskimage-builder>=2.0.0 +diskimage-builder>=2.35.0 voluptuous kazoo Paste