19425: Fix passing --fast-parser
[arvados.git] / sdk / cwl / setup.py
index e4f4f0f344e8b5914e22c6c5495cbe26d863dc65..c4255b351230a659cb6d217cb48c2bce94f4f912 100644 (file)
@@ -36,7 +36,7 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.1.20220909193950',
+          'cwltool==3.1.20220910163051',
           'schema-salad==8.3.20220825114525',
           'arvados-python-client{}'.format(pysdk_dep),
           'ciso8601 >= 2.0.0',