19280: Update schema-salad & cwltool
[arvados.git] / sdk / cwl / setup.py
index e1883d737036578bdd3e2d319fee93a48b41c314..c5eccaad6d319c3a65df4ea8df2045d61173ffeb 100644 (file)
@@ -36,8 +36,8 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.1.20220217190813',
-          'schema-salad==8.2.20211116214159',
+          'cwltool==3.1.20220623174452',
+          'schema-salad==8.3.20220801194920',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',
           'ciso8601 >= 2.0.0',