19280: Update schema-salad & cwltool
[arvados.git] / sdk / cwl / setup.py
index 8ad3cbb452698fc77787193c049fd16e8db4a978..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.20220224085855',
-          'schema-salad==8.3.20220721194857',
+          'cwltool==3.1.20220623174452',
+          'schema-salad==8.3.20220801194920',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',
           'ciso8601 >= 2.0.0',