Merge branch 'master' into 14874-protected-collection-properties
[arvados.git] / sdk / cwl / setup.py
index 37682bc9cfaa897d0ff7121a3c0954f3d1d322c3..ceea719efe3f3f8a539dd9c9079d67bb93b588e4 100644 (file)
@@ -33,8 +33,8 @@ 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.20190425212529',
-          'schema-salad==4.1.20190305210046',
+          'cwltool==1.0.20190607183319',
+          'schema-salad==4.2.20190417121603',
           'typing >= 3.6.4',
           'ruamel.yaml >=0.15.54, <=0.15.77',
           'arvados-python-client>=1.3.0.20190205182514',