From 3de3f4927b56a275b1ce9a0fab0dd1a39f5ce07c Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 2 Nov 2016 15:39:11 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I4e69a36dc53e7664b60d4d4b54d6a387169ff5ca --- requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3dc12c4..19ae2a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +4,10 @@ pbr>=1.6 # Apache-2.0 six>=1.9.0 # MIT -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.context>=2.9.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.17.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 debtcollector>=1.2.0 # Apache-2.0 pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platform!='sunos5' # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 02b0b77..62d1e25 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,12 +14,12 @@ oslotest>=1.10.0 # Apache-2.0 # when we can require tox>= 1.4, this can go into tox.ini: # [testenv:cover] # deps = {[testenv]deps} coverage -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 # this is required for the docs build jobs sphinx!=1.3b1,<1.4,>=1.2.1 # BSD oslosphinx>=4.7.0 # Apache-2.0 -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0 # Bandit security code scanner bandit>=1.1.0 # Apache-2.0