From b254d99fcf24fa948be7944a31f5681cf27cb326 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 9 Mar 2017 18:11:50 +0000 Subject: [PATCH] Updated from global requirements Change-Id: If6ef2b673ac860755924f1144746b2fff168629d --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b2fe4c..c474d02 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>=1.8 # Apache-2.0 +pbr<2.0.0,>=1.8 # Apache-2.0 # Python 2->3 compatibility library. six>=1.9.0 # MIT