19385: new_upload_workflow work in progress
[arvados.git] / sdk / cwl / setup.py
index 96d12f758b71c22eac86deca65a098bf1273c0ad..ae9f6d0d41c0ec3bf0accb4b9fe79c991a9b9162 100644 (file)
@@ -36,8 +36,8 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.1.20220913185150',
-          'schema-salad==8.3.20220913105718',
+          'cwltool==3.1.20221224142944',
+          'schema-salad>8.3.20220913105718',
           'arvados-python-client{}'.format(pysdk_dep),
           'ciso8601 >= 2.0.0',
           'networkx < 2.6',