From d1fb3e82fd413c1f10b386db0f2a162dbf907395 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 16 Jun 2017 05:35:35 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I381600fe7f3c1ee00c84033699f6534e9e873ef5 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9f57ee1b11..259a4cffc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ paramiko>=2.0 # LGPLv2.1+ netaddr!=0.7.16,>=0.7.13 # BSD testrepository>=0.0.18 # Apache-2.0/BSD oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config>=4.0.0 # Apache-2.0 +oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 oslo.log>=3.22.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 @@ -20,6 +20,6 @@ python-subunit>=0.0.18 # Apache-2.0/BSD stevedore>=1.20.0 # Apache-2.0 PrettyTable<0.8,>=0.7.1 # BSD os-testr>=0.8.0 # Apache-2.0 -urllib3>=1.15.1 # MIT +urllib3>=1.21.1 # MIT debtcollector>=1.2.0 # Apache-2.0 unittest2 # BSD