From 903b27b2f4b8b00c11525ff6c2f4eb383709d074 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 3 Jun 2019 17:08:19 -0400 Subject: [PATCH] 15028: Update to latest cwltool. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 4ad36cc5a1..b1c7b90b0d 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -33,7 +33,7 @@ setup(name='arvados-cwl-runner', # Note that arvados/build/run-build-packages.sh looks at this # file to determine what version of cwltool and schema-salad to build. install_requires=[ - 'cwltool==1.0.20190525125941', + 'cwltool==1.0.20190603140227', 'schema-salad==4.2.20190417121603', 'typing >= 3.6.4', 'ruamel.yaml >=0.15.54, <=0.15.77', -- 2.30.2