19454: Update cwltool and schema salad 19454-cwl-output-json
authorPeter Amstutz <peter.amstutz@curii.com>
Thu, 8 Sep 2022 17:49:43 +0000 (13:49 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Thu, 8 Sep 2022 17:49:43 +0000 (13:49 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/setup.py

index 66cda19f4012fc7754a4286d81dfe746c901cad6..ef0980ae5ab8faef9627e783cdd0749c56ecb68d 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.20220623174452',
-          'schema-salad==8.3.20220801194920',
+          'cwltool==3.1.20220907141119',
+          'schema-salad==8.3.20220825114525',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',
           'ciso8601 >= 2.0.0',