From 159004e1fab103ce295146b172dd76149e95e845 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 1 Aug 2022 15:56:06 -0400 Subject: [PATCH] 19280: Update schema-salad & 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 8ad3cbb452..c5eccaad6d 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -36,8 +36,8 @@ setup(name='arvados-cwl-runner', # file to determine what version of cwltool and schema-salad to # build. install_requires=[ - 'cwltool==3.1.20220224085855', - 'schema-salad==8.3.20220721194857', + 'cwltool==3.1.20220623174452', + 'schema-salad==8.3.20220801194920', 'arvados-python-client{}'.format(pysdk_dep), 'setuptools', 'ciso8601 >= 2.0.0', -- 2.30.2