15028: Update to latest cwltool.
[arvados.git] / sdk / cwl / setup.py
index 4ad36cc5a1b582b2587d3204f32324253185bda0..b1c7b90b0d9c66464c81f30986c63e86c4c101d7 100644 (file)
@@ -33,7 +33,7 @@ setup(name='arvados-cwl-runner',
       # Note that arvados/build/run-build-packages.sh looks at this
       # file to determine what version of cwltool and schema-salad to build.
       install_requires=[
-          'cwltool==1.0.20190525125941',
+          'cwltool==1.0.20190603140227',
           'schema-salad==4.2.20190417121603',
           'typing >= 3.6.4',
           'ruamel.yaml >=0.15.54, <=0.15.77',