Merge branch '13164-fix-zero-priority-after-race'
[arvados.git] / sdk / cwl / setup.py
index 4c31d3b4450eac66ed5f839de2d34842913067f0..55548130d3277a10540e867a08f6a0dcfd3e48a9 100644 (file)
@@ -33,7 +33,7 @@ setup(name='arvados-cwl-runner',
       # Note that arvados/build/run-build-packages.sh looks at this
       # file to determine what version of cwltool and schema-salad to build.
       install_requires=[
-          'cwltool==1.0.20180524215209',
+          'cwltool==1.0.20180615183820',
           'schema-salad==2.7.20180501211602',
           'typing >= 3.5.3',
           'ruamel.yaml >=0.13.11, <0.15',