From 6d0a4432ae5e2b60b0b6e7284e6bd038af45ca69 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 27 Jun 2022 10:39:10 -0400 Subject: [PATCH] Bump moto version to support py3.9 Cinder states support for Python 3.9. Bump to a version of moto that supports the same. Change-Id: I1e42ca64ba3a9082e78bfa46c9ab76a8af4841ec --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 149b7995876..da43e479564 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,4 +22,4 @@ testtools>=2.4.0 # MIT bandit==1.6.0 # Apache-2.0 doc8>=0.8.1 # Apache-2.0 mypy>=0.942 # MIT -moto>=1.3.15 # Apache-2.0 +moto>=2.2.5 # Apache-2.0