Merge branch '20652-cwl-poll-select' refs #20652
[arvados.git] / sdk / cwl / setup.py
index 8d1cbd237286f29491d9f30edabeb17ee9117b4b..92f0952af22c7bd214990a92d90e938bdcef9b0a 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.20220909180746',
-          'schema-salad==8.3.20220825114525',
+          'cwltool==3.1.20230601100705',
+          'schema-salad==8.4.20230601112322',
           'arvados-python-client{}'.format(pysdk_dep),
           'ciso8601 >= 2.0.0',
           'networkx < 2.6',