X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4752421d3d4b3a0f6afe93ce3356961d1d81b494..bf95fa077c79c6bd4ac548ec534b618e97e3f00b:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index e1883d7370..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.20220217190813', + 'cwltool==3.1.20220224085855', 'schema-salad==8.2.20211116214159', 'arvados-python-client{}'.format(pysdk_dep), 'setuptools',