Bug 1714529 - Update mozrunner version for release, r=ahal

This bumps the mozprocess dependency version

Differential Revision: https://phabricator.services.mozilla.com/D116824
This commit is contained in:
James Graham 2021-06-04 19:34:36 +00:00
parent 3b3ce53e0b
commit 47d37f4cd4

View File

@ -7,7 +7,7 @@ from __future__ import absolute_import
from setuptools import setup, find_packages
PACKAGE_NAME = "mozrunner"
PACKAGE_VERSION = "8.2.0"
PACKAGE_VERSION = "8.2.1"
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""
@ -16,7 +16,7 @@ deps = [
"mozfile>=1.2",
"mozinfo>=0.7,<2",
"mozlog>=6.0",
"mozprocess>=1.2.0,<2",
"mozprocess>=1.3.0,<2",
"mozprofile~=2.3",
"six>=1.13.0,<2",
]