Updated from global requirements 49/70049/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 29 Apr 2020 10:23:42 +0000 (12:23 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 29 Apr 2020 10:23:42 +0000 (12:23 +0200)
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I793d192717f288184f22ffe4af049316aa4bffa6

requirements.txt
test-requirements.txt

index ebd078d..87af631 100644 (file)
@@ -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
index b30f6d1..ef2ef20 100644 (file)
@@ -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