From 46c9e01ab8cfbfe0f8c34581a68b887889af16e8 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 4 May 2022 09:43:20 +1000 Subject: [PATCH] dib: bump to 3.21.0 This release has fixes for centos7 building and dhcp networking bringup. Change-Id: I9024adc559455bf165ff6e41eb2cb3473fcf18fe --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2bebf72ec..639da6015 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ PrettyTable>=0.6,<0.8 # 0.31.1 and 0.31.2 have a bug with image deletion in tasks API # We expect 1.0.0 to break the API we use openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2,<1.0.0 -diskimage-builder>=3.20.2 +diskimage-builder>=3.21.0 voluptuous kazoo>=2.8.0 Paste