X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f2388f1bdad27efd2816533aa7da80735ed5ec3f..1e7856bffea0d0ecfcf940de90243dea0fbd3c2f:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index e739235953..c885ebd4b1 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -36,7 +36,7 @@ setup(name='arvados-cwl-runner', # file to determine what version of cwltool and schema-salad to # build. install_requires=[ - 'cwltool==3.1.20220210171524', + 'cwltool==3.1.20220224085855', 'schema-salad==8.2.20211116214159', 'arvados-python-client{}'.format(pysdk_dep), 'setuptools',