From e6aec4dda32c3db5118d782bbe2cf92ca6d1893c Mon Sep 17 00:00:00 2001 From: eranr Date: Thu, 2 Mar 2017 10:44:47 +0200 Subject: [PATCH] Bumping up pbr version requirement so as not to conflict with upper constraints. TrivialFix Change-Id: I9950c312e4fed226a922811f44a86985562d9e97 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9f77d5ba..b4c19fd6 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>=1.9 +pbr>=2.0 setuptools>=17.1 Babel>=1.3 eventlet>=0.17.4 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index b95b38ce..8c1d926b 100644 --- a/test-requirements.txt +++ b/test-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. -hacking<0.11,>=0.10.0 +hacking>=0.11.0,<0.12 coverage>=3.6 nose