X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3c0b0c7d34d015fc6d4838cd7fa00a729c1898bb..72f74086108b60a46458895411dd9afdaae8f383:/sdk/cwl/setup.py diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 62873eb8ed..92f0952af2 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -36,15 +36,14 @@ setup(name='arvados-cwl-runner', # file to determine what version of cwltool and schema-salad to # build. install_requires=[ - 'cwltool==3.1.20230127121939', - 'schema-salad==8.4.20230127112827', + 'cwltool==3.1.20230601100705', + 'schema-salad==8.4.20230601112322', 'arvados-python-client{}'.format(pysdk_dep), 'ciso8601 >= 2.0.0', 'networkx < 2.6', 'msgpack==1.0.3', 'importlib-metadata<5', - 'setuptools>=40.3.0', - 'urllib3 < 2' # match constraint in cwl-utils + 'setuptools>=40.3.0' ], data_files=[ ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),