19385: Fix typo, passing with --fast-parser now
[arvados.git] / sdk / cwl / setup.py
index 68a3446010bf79192a8f3b703c071f6d1c61ab23..258f2c5ecb50bfccc8b4593a7e099ad1bfb1a03b 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.20230119183816',
-          'schema-salad==8.3.20230109181937.dev6+gca19f37',
+          'cwltool==3.1.20230126160225',
+          'schema-salad==8.3.20230109181937.dev8+g5bb37c3',
           'arvados-python-client{}'.format(pysdk_dep),
           'ciso8601 >= 2.0.0',
           'networkx < 2.6',