Bug 1492341 - Bump mozrunner version to 7.0.2; r=tcsc

TPS is currently depending on mozrunner v7.0.1, which depends on an earlier version of mozprofile. For TPS to be able to use the latest version of mozprofile we need to release a new version of mozrunner with the recent mozprofile version identifier update.

Differential Revision: https://phabricator.services.mozilla.com/D6406

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dave Hunt 2018-09-20 16:33:56 +00:00
parent 1fdd6d2def
commit e0f982a753
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from __future__ import absolute_import
from setuptools import setup, find_packages
PACKAGE_NAME = 'mozrunner'
PACKAGE_VERSION = '7.0.1'
PACKAGE_VERSION = '7.0.2'
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""

View File

@ -15,7 +15,7 @@ deps = ['httplib2 == 0.9.2',
'mozinstall == 1.16',
'mozprocess == 0.26',
'mozprofile == 2.0.0',
'mozrunner == 7.0.1',
'mozrunner == 7.0.2',
'mozversion == 1.5',
]