From 829ec3b6240b6896c9da6eb024a274b5aa162211 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Thu, 20 Dec 2018 09:41:31 +0000 Subject: [PATCH] Update the requirements to match global-requirements for dogpile.cache For some reason this is resulting in a version conflict with openstacksdk in some situations. Updating to match global-requirements should resolve it. Change-Id: I3a9af8b738da8ebf0c1f4cf632984bc4a0875d90 Related-Bug: #1809232 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15c99b92..07bbb7ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -dogpile.cache>=0.6.2 # BSD +dogpile.cache>=0.6.2,<0.7.0 # BSD six>=1.10.0 # MIT oslo.config>=5.2.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0