From f62eb24060bb89c89faaa2998206961923c7b0b4 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 10 Dec 2018 11:40:13 -0500 Subject: [PATCH] 14594: Update to latest cwltool Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 9d25a562ab..f731db9555 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -33,8 +33,8 @@ 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.20181116032456', - 'schema-salad==2.7.20181116024232', + 'cwltool==1.0.20181201184214', + 'schema-salad==3.0.20181129082112', 'typing >= 3.6.4', 'ruamel.yaml >=0.15.54, <=0.15.77', 'arvados-python-client>=1.2.1.20181130020805', -- 2.30.2