From baec4935f6c0337eb887c72676bba4c6f2fd9949 Mon Sep 17 00:00:00 2001 From: marmeladema Date: Tue, 24 Dec 2019 17:56:15 +0000 Subject: [PATCH] Update python requirements to run test-wpt with python3 --- python/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 79c2374f24e..0f9c82e3a0f 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,8 +5,8 @@ blessings == 1.6 distro == 1.4 mach == 1.0.0 mozdebug == 0.1 -mozinfo == 0.8 -mozlog == 3.6 +mozinfo == 1.1.0 +mozlog == 5.0 setuptools == 39.0 toml == 0.9.2