15370: Fix flaky test.
[arvados.git] / sdk / cwl / setup.py
index e126d170b7618cf8cae94c64cd70696923963786..c885ebd4b1303a1fb9cb02d6b5918719d2c01b16 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.20220217222804',
+          'cwltool==3.1.20220224085855',
           'schema-salad==8.2.20211116214159',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',