X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/56b6ea6226bff623e2fcd277733cceb219ea5b5c..3aed87eca24ce57ca154e76155204d107970bbed:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index b59df35c77..d517817574 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -38,8 +38,8 @@ 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.20190607183319', - 'schema-salad==4.2.20190417121603', + 'cwltool==1.0.20190831161204', + 'schema-salad==4.5.20190815125611', 'typing >= 3.6.4', 'ruamel.yaml >=0.15.54, <=0.15.77', 'arvados-python-client{}'.format(pysdk_dep),