Merge branch '19385-cwl-fast-pack' refs #19385
[arvados.git] / sdk / cwl / setup.py
index e1a5077fb84c29e5b5a8a333a3bcacd1aaa4abd1..9af61a3d951c8b00c31de652550267a280def52b 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.20220907141119',
-          'schema-salad==8.3.20220913105718',
+          'cwltool==3.1.20230127121939',
+          'schema-salad==8.4.20230127112827',
           'arvados-python-client{}'.format(pysdk_dep),
           'ciso8601 >= 2.0.0',
           'networkx < 2.6',