19466: Add an API documentation page about properties
[arvados.git] / sdk / cwl / setup.py
index 66cda19f4012fc7754a4286d81dfe746c901cad6..e70955c20bb9b359c2ff67db666209a3c99a74e8 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.20220623174452',
-          'schema-salad==8.3.20220801194920',
+          'cwltool==3.1.20220907141119',
+          'schema-salad==8.3.20220913105718',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',
           'ciso8601 >= 2.0.0',