19425: cwltool dev
authorPeter Amstutz <peter.amstutz@curii.com>
Fri, 9 Sep 2022 21:09:55 +0000 (17:09 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 4 Jan 2023 15:29:07 +0000 (10:29 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/setup.py

index 0015aad7f8cdeb0c45a5420b900067d7c3abbd9c..e4f4f0f344e8b5914e22c6c5495cbe26d863dc65 100644 (file)
@@ -36,7 +36,7 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.1.20220909192237',
+          'cwltool==3.1.20220909193950',
           'schema-salad==8.3.20220825114525',
           'arvados-python-client{}'.format(pysdk_dep),
           'ciso8601 >= 2.0.0',