From d88a17a3e30d32a8304097d0478d08a4a9d90115 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 16 Nov 2017 11:05:55 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I6f14161452c648183abbb2f176f67e8184a7d2f0 --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index d01548f..9316d61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ oslo.config>=4.6.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 oslo.log>=3.30.0 # Apache-2.0 oslo.utils>=3.31.0 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT jsonschema<3.0.0,>=2.6.0 # MIT oslo.service>=1.24.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index aa90b16..44c3e8a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,12 +7,12 @@ flake8-import-order==0.11 # LGPLv3 coverage!=4.4,>=4.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD sphinx>=1.6.2 # BSD oslosphinx>=4.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT os-testr>=1.0.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 mock>=2.0.0 # BSD