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