From 499e3d14c1cb7f9a9cb1153031c6ca181a38295f Mon Sep 17 00:00:00 2001 From: Josh Holland Date: Mon, 20 Aug 2018 15:36:09 +0100 Subject: [PATCH] Bump dependency on requests from 2.4.3 to 2.6.1 cwltool itself doesn't depend on requests 2.6.1, but CacheControl does, and having matching dependencies helps Pip find a correct set of packages to install (see #872). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 009a98c1f4..c4e43fe73b 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ include_package_data=True, install_requires=[ 'setuptools', - 'requests >= 2.4.3', + 'requests >= 2.6.1', 'ruamel.yaml >= 0.12.4, <= 0.15.51', 'rdflib >= 4.2.2, < 4.3.0', 'shellescape >= 3.4.1, < 3.5',