From f9cf0da4722080c3715800aa7552e94f324e4d01 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 14 Jul 2017 05:09:49 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I679de7c1a8c9e4e126f9cd38ac3a938f973f71e0 --- requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 906a8610..4ec26f8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ # process, which may cause wedges in the gate later. oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 six>=1.9.0 # MIT -requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 -oslo.config>=4.0.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 +oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 python-cinderclient>=2.1.0 # Apache-2.0 python-glanceclient>=2.7.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2ae8200e..9cc767ab 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,7 @@ testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT requests-mock>=1.1 # Apache-2.0 -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD oslosphinx>=4.7.0 # Apache-2.0 -beautifulsoup4 # MIT +beautifulsoup4>=4.6.0 # MIT pylint==1.4.5 # GPLv2