From e61884d47919a07e39826dbe915757821025205b Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Tue, 23 Oct 2018 16:40:23 +0000 Subject: [PATCH] Bug 1501224 - Update version requirement on mozprofile for tps; r=davehunt Depends on D9514 Differential Revision: https://phabricator.services.mozilla.com/D9515 --HG-- extra : moz-landing-system : lando --- testing/tps/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/tps/setup.py b/testing/tps/setup.py index e78767c829bc..9393d5d4448a 100644 --- a/testing/tps/setup.py +++ b/testing/tps/setup.py @@ -14,7 +14,7 @@ deps = ['httplib2 == 0.9.2', 'mozinfo >= 0.10', 'mozinstall == 1.16', 'mozprocess == 0.26', - 'mozprofile == 2.0.0', + 'mozprofile ~= 2.1', 'mozrunner == 7.0.2', 'mozversion == 1.5', ]