From eb827601af8929803285c09ead6996e6d60b14ef Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 1 Mar 2017 17:43:49 +0100 Subject: [PATCH] Remove upper cap on pbr Change-Id: I119e5c0601994ff22a42db375e54fa3e90edda6d Signed-off-by: Julien Danjou --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 758048b..ebc321f 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. -pbr<2.0,>=1.4 +pbr>=1.4 cliff!=1.16.0,>=1.14.0 # Apache-2.0 osc-lib>=1.0.1 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0