From 2c872b482412eeb5f6a2c7f3e1e6f4eca4b4d8e6 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 6 May 2015 06:52:08 +1200 Subject: [PATCH] Bump pbr versions. We're about to release pbr 1.0. This needs to be permitted :). Also anything < 0.10 was totally broken with PEP-440 in pip, so we have to bump the lower end. Since we're bumping it, bring everything in line with the current release - which we gate on everywere anyway because setup_requires is unversioned. Change-Id: Ia7205b4599ae648cdb4935111458d92f2065b47e --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 04fa5d16ef..04039df9e6 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -84,7 +84,7 @@ paramiko>=1.13.0 passlib Paste PasteDeploy>=1.5.0 -pbr>=0.6,!=0.7,<1.0 +pbr>=0.11,<2.0 pecan>=0.8.0 pexpect>=3.1,!=3.3 # ISC License Pillow>=2.4.0 # MIT