X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/de3ced158ccf579efbe9bfe0e23e03eb9417daeb..ecdc08f29a97a6127cd36c71cc56683f09907289:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index b1c7b90b0d..ceea719efe 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -33,7 +33,7 @@ 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.20190603140227', + 'cwltool==1.0.20190607183319', 'schema-salad==4.2.20190417121603', 'typing >= 3.6.4', 'ruamel.yaml >=0.15.54, <=0.15.77',