Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit 590bc91

Browse files
committed
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 common-workflow-language#872).
1 parent 92bd10a commit 590bc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
include_package_data=True,
5151
install_requires=[
5252
'setuptools',
53-
'requests >= 2.4.3',
53+
'requests >= 2.6.1',
5454
'ruamel.yaml >= 0.12.4, <= 0.15.51',
5555
'rdflib >= 4.2.2, < 4.3.0',
5656
'shellescape >= 3.4.1, < 3.5',

0 commit comments

Comments
 (0)