X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b6031fa89be6c679ce23d21954de80fe4894d415..5e9787f914dd1a2f762ae7a653fe8dda36f8f555:/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',