diff options
Diffstat (limited to 'testing/mozbase/mozrunner/setup.py')
-rw-r--r-- | testing/mozbase/mozrunner/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mozbase/mozrunner/setup.py b/testing/mozbase/mozrunner/setup.py index 72407ffd95..7233c17386 100644 --- a/testing/mozbase/mozrunner/setup.py +++ b/testing/mozbase/mozrunner/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = "mozrunner" -PACKAGE_VERSION = "8.3.0" +PACKAGE_VERSION = "8.3.1" desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)""" @@ -15,7 +15,7 @@ deps = [ "mozinfo>=0.7,<2", "mozlog>=6.0", "mozprocess>=1.3.0,<2", - "mozprofile~=2.3", + "mozprofile~=3.0", "six>=1.13.0,<2", ] |