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