From 02eb5865a9ef55e1e286cadf7e40208317475905 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 1 Nov 2016 13:34:40 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Id9bdf09b863bb1f88ff9973fc9ac73bf399ae10f --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a5dc05..5a517ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ simplejson>=2.2.0 # MIT Babel>=2.3.4 # BSD six>=1.9.0 # MIT oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.17.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 92965b3..5795366 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Hacking already pins down pep8, pyflakes and flake8 hacking<0.12,>=0.11.0 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD