From 74bc753333c478cab2b4c97462d77afd8c6f1270 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 23 Jan 2023 14:20:22 +1100 Subject: [PATCH] Update to DIB 3.27.0 The major reason for this is Fedora 37 support. Change-Id: I9413f62e08795359b855c6169b4600a8a5aa7746 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 722785354..81aff1c05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ PrettyTable>=0.6,<0.8 # This was due to not properly handling nova api microversions properly. 0.103 # fixes this. openstacksdk>=0.103.0 -diskimage-builder>=3.23.1 +diskimage-builder>=3.27.0 voluptuous kazoo>=2.8.0 Paste