From 74ced1ac4fd2991caa00fa5e272590a6fabb1337 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 5 Dec 2016 18:38:58 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I5159f2af29a9a0a836593c954c8c589ed99386e0 --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7146fceb..3fd3f6ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # 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>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 pep8==1.5.7 # MIT pyflakes==0.8.1 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 92e335fc..d8e7558f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # 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. -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 discover # BSD fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD @@ -19,4 +19,4 @@ testtools>=1.4.0 # MIT # See https://bugs.launchpad.net/hacking/+bug/1403270 eventlet!=0.18.3,>=0.18.2 # MIT -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0