Merge branch '20472-priority-update' refs #20472
[arvados.git] / sdk / cwl / setup.py
index e4f4f0f344e8b5914e22c6c5495cbe26d863dc65..f124651c5ecd528fcc84df4b8e7b1e9cf10fcdbe 100644 (file)
@@ -36,14 +36,14 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.1.20220909193950',
-          'schema-salad==8.3.20220825114525',
+          'cwltool==3.1.20230127121939',
+          'schema-salad==8.4.20230127112827',
           'arvados-python-client{}'.format(pysdk_dep),
           'ciso8601 >= 2.0.0',
           'networkx < 2.6',
           'msgpack==1.0.3',
           'importlib-metadata<5',
-          'setuptools>=40.3.0'
+          'setuptools>=40.3.0',
       ],
       data_files=[
           ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),