Bug 1291030 - Update TPS dependencies to prevent crashes for locally built firefox on Mac 10.11. r=markh

MozReview-Commit-ID: 9gmP6OJvakP

--HG--
extra : transplant_source : %A6%A0%AD%7B%BFI%C8%BA%0A%D6%60%C7%005%CD%A8C%0B%A5%0B
This commit is contained in:
Thom Chiovoloni 2016-08-01 17:31:33 -04:00
parent 8efc34b4f9
commit dafebf98ee

View File

@ -7,14 +7,14 @@ import sys
version = '0.5'
deps = ['httplib2 == 0.7.3',
'mozfile == 1.1',
deps = ['httplib2 == 0.9.2',
'mozfile == 1.2',
'mozhttpd == 0.7',
'mozinfo == 0.7',
'mozinstall == 1.10',
'mozprocess == 0.19',
'mozprofile == 0.27',
'mozrunner == 6.0',
'mozinfo == 0.9',
'mozinstall == 1.12',
'mozprocess == 0.23',
'mozprofile == 0.28',
'mozrunner == 6.12',
'mozversion == 1.4',
]