Skip to content

Commit e683fd8

Browse files
keysmashesstain
authored andcommitted
Bump dependency on six from 1.8.0 to 1.9.0
cwltool itself doesn't depend on six 1.9.0, but prov does, and having matching dependencies helps Pip find a correct set of packages to install (see #872).
1 parent 315f6f1 commit e683fd8

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
@@ -56,7 +56,7 @@
5656
'shellescape >= 3.4.1, < 3.5',
5757
'schema-salad >= 2.7.20180719125426, < 3',
5858
'mypy-extensions',
59-
'six >= 1.8.0',
59+
'six >= 1.9.0',
6060
'psutil',
6161
'prov == 1.5.1',
6262
'bagit >= 1.6.4',

0 commit comments

Comments
 (0)