9898: Update test for new response code.
[arvados.git] / sdk / cwl / setup.py
index fa57e9c1a196107d0ee3db963659c1f7e4bcc71a..b3d5968e376a257bc85f3c12068c49fab2e44c1d 100644 (file)
@@ -32,8 +32,8 @@ setup(name='arvados-cwl-runner',
       # Make sure to update arvados/build/run-build-packages.sh as well
       # when updating the cwltool version pin.
       install_requires=[
-          'cwltool==1.0.20160726135535',
-          'arvados-python-client>=0.1.20160322001610'
+          'cwltool==1.0.20160907141844',
+          'arvados-python-client>=0.1.20160826210445'
       ],
       data_files=[
           ('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),