From 954fa9e943468477d7b6a60af29a253e6da7dd97 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 29 Apr 2020 12:23:42 +0200 Subject: Updated from global requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Ollivier Change-Id: I793d192717f288184f22ffe4af049316aa4bffa6 --- requirements.txt | 4 ++-- test-requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ebd078dc..87af6317 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pbr!=2.1.0 # Apache-2.0 stevedore # Apache-2.0 PyYAML # MIT enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD -requests # Apache-2.0 +requests!=2.20.0 # Apache-2.0 robotframework>=3.0 mock # BSD PrettyTable<0.8 # BSD @@ -13,4 +13,4 @@ six # MIT python-subunit # Apache-2.0/BSD os-testr # Apache-2.0 junitxml -boto3 # Apache-2.0 +boto3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b30f6d1d..ef2ef201 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,8 @@ mock # BSD nose # LGPL flake8<2.6.0,>=2.5.4 # MIT pylint # GPLv2 -sphinx!=1.6.6,!=1.6.7 # BSD +sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7;python_version>='3.4' # BSD sphinx-rtd-theme yamllint doc8 # Apache-2.0 -- cgit 1.2.3-korg