16353: Bump schema salad and cwltool versions for v1.2.0-dev4 support
authorPeter Amstutz <peter.amstutz@curii.com>
Tue, 7 Jul 2020 17:23:11 +0000 (13:23 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 7 Jul 2020 17:23:11 +0000 (13:23 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/setup.py

index 40ee679857f4429b0e32cf491339e144695489de..fd41be86a343619573768949b6b0e8940001bc2b 100644 (file)
@@ -39,8 +39,8 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.0.20200530110633',
-          'schema-salad==6.0.20200601095207',
+          'cwltool==3.0.20200706173533',
+          'schema-salad==7.0.20200612160654',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',
           'ciso8601 >= 2.0.0'