Skip to content

Commit 92bd10a

Browse files
committed
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 f49b225 commit 92bd10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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)