From a3c2d73b2a3e87eab35853429f06195e15f1c972 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 5 Sep 2019 11:35:37 -0400 Subject: [PATCH] 15361: Update cwltool/schema salad versions 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 b59df35c77..d517817574 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -38,8 +38,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.20190607183319', - 'schema-salad==4.2.20190417121603', + 'cwltool==1.0.20190831161204', + 'schema-salad==4.5.20190815125611', 'typing >= 3.6.4', 'ruamel.yaml >=0.15.54, <=0.15.77', 'arvados-python-client{}'.format(pysdk_dep), -- 2.30.2