From 62b53099861134859482656dc92db81243b88bd9 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 9 Feb 2019 21:05:13 -0600 Subject: [PATCH] uncap dogpile matching global-reqs Change-Id: If25cfc02f96ab19fc389f068e820edaad5c6a737 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07bbb7ef..15c99b92 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,<0.7.0 # BSD +dogpile.cache>=0.6.2 # BSD six>=1.10.0 # MIT oslo.config>=5.2.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0