18260: Update cwltool for fix for integration test 35
authorPeter Amstutz <peter.amstutz@curii.com>
Tue, 19 Oct 2021 20:04:29 +0000 (16:04 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 19 Oct 2021 20:04:29 +0000 (16:04 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/setup.py

index 0bde76e92ff5d96974c93fd34c76fa19da3e003c..5a398c1085f2b860a69cc131a6dd490aa8ad98d4 100644 (file)
@@ -39,7 +39,7 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.1.20210922203925',
+          'cwltool==3.1.20211019185001',
           'schema-salad==8.2.20210918131710',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',