Skip to content

Commit 499e3d1

Browse files
keysmashesstain
authored andcommitted
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).
1 parent e683fd8 commit 499e3d1

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)