From a1d63928628a4d8a43e764384106526c9670330d Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Fri, 10 Feb 2023 15:55:21 -0500 Subject: [PATCH] Require tooz>=2.8.0 This release of tooz contains 54448e9d Replace md5 with oslo version which is needed for FIPS support. Change-Id: I506968a245afa2a17be343d1e923d21f0b298cd7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 717f26f0e10..7383260f754 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ oslo.i18n>=5.1.0 # Apache-2.0 oslo.vmware>=3.10.0 # Apache-2.0 os-brick>=6.0.0 # Apache-2.0 os-win>=5.5.0 # Apache-2.0 -tooz>=2.7.1 # Apache-2.0 +tooz>=2.8.0 # Apache-2.0 google-api-python-client>=1.11.0 # Apache-2.0 castellan>=3.7.0 # Apache-2.0 cryptography>=3.1 # BSD/Apache-2.0