From 37676aa23cc679e23aec99fc1f29be5b44676a04 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 3 Aug 2022 09:51:02 +1000 Subject: [PATCH] Bump dib to 3.23.0 This includes fixes for Rocky 8, new support for Rocky 9, updates to openEuler 22.03 LTS and fixes for downloading Ubuntu images. Change-Id: If5ef0d7c15a4a661042a6c89a9d175864645e0d9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 49267614b..0ce29d808 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.22.0 +diskimage-builder>=3.23.0 voluptuous kazoo>=2.8.0 Paste