From d292376db225401d48be83d67d2d279a72437614 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 22 Aug 2022 08:34:17 +1000 Subject: [PATCH] Update DIB to 3.23.1 This point release just has a fix for installing the bootloader on Rocky 9. Change-Id: I418055eec2352e603e21010d91005135b920b61d --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ce29d808..3d9cb6313 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 # 0.99.0 leads to BadRequestException: Client Error [...] Bad networks format openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2,<0.99 -diskimage-builder>=3.23.0 +diskimage-builder>=3.23.1 voluptuous kazoo>=2.8.0 Paste