From 5664caa37d8e1ec9dfe44659f6432bb835017fc3 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 4 Sep 2015 19:43:25 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I3ebb52494168052a141af2f2495d72eb522daf95 --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0c8fb944..94842b11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr<2.0,>=1.3 +pbr<2.0,>=1.6 Babel>=1.3 -cliff>=1.13.0 # Apache-2.0 +cliff>=1.14.0 # Apache-2.0 PyYAML>=3.1.0 python-dateutil>=2.4.2 six>=1.9.0 diff --git a/test-requirements.txt b/test-requirements.txt index 08dc3e7f..4ee3b4f8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ hacking<0.11,>=0.10.0 coverage>=3.6 discover fixtures>=1.3.1 -oslotest>=1.7.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 oslosphinx>=2.5.0 # Apache-2.0 python-subunit>=0.0.18 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2