19425: Bump to released cwltool & schema-salad
authorPeter Amstutz <peter.amstutz@curii.com>
Tue, 13 Sep 2022 20:50:09 +0000 (16:50 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 4 Jan 2023 15:29:46 +0000 (10:29 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/setup.py

index c4255b351230a659cb6d217cb48c2bce94f4f912..96d12f758b71c22eac86deca65a098bf1273c0ad 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.20220910163051',
-          'schema-salad==8.3.20220825114525',
+          'cwltool==3.1.20220913185150',
+          'schema-salad==8.3.20220913105718',
           'arvados-python-client{}'.format(pysdk_dep),
           'ciso8601 >= 2.0.0',
           'networkx < 2.6',