From fe8824bb0232e5e3d267d21826f029ae9a163fe5 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 15 May 2017 23:28:59 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Id771b04c1cc5099ec3fe47402765850d4e628cc2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c474d02..8b2fe4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here... -pbr<2.0.0,>=1.8 # Apache-2.0 +pbr>=1.8 # Apache-2.0 # Python 2->3 compatibility library. six>=1.9.0 # MIT