diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2020-02-28 18:19:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 18:19:26 -0500 |
commit | 60ee61bb8b24f0edb02487100dbb993b2475b969 (patch) | |
tree | a9b182934da8a1dd37ce001e48b996b533050726 | |
parent | 44d8727ad328bc34aeff390241814fcb4d6270bc (diff) | |
parent | 3f8350ee6b239f30bd5506f074068484370b79d7 (diff) | |
download | servo-60ee61bb8b24f0edb02487100dbb993b2475b969.tar.gz servo-60ee61bb8b24f0edb02487100dbb993b2475b969.zip |
Auto merge of #25871 - pylbrecht:upgrade.mozdebug, r=jdm
Upgrade to mozdebug 0.2
These changes fix #25868
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
-rw-r--r-- | python/requirements.txt | 2 | ||||
-rw-r--r-- | tests/wpt/metadata/MANIFEST.json | 2 | ||||
-rw-r--r-- | tests/wpt/web-platform-tests/tools/wptrunner/requirements.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/python/requirements.txt b/python/requirements.txt index 0f9c82e3a0f..8ccc16dcce2 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -4,7 +4,7 @@ blessings == 1.6 distro == 1.4 mach == 1.0.0 -mozdebug == 0.1 +mozdebug == 0.2 mozinfo == 1.1.0 mozlog == 5.0 setuptools == 39.0 diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index ded5eff2b11..6bcd9b7d2e6 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -347591,7 +347591,7 @@ ] }, "requirements.txt": [ - "96b640896e2a00aa7bb1b2c4d4e7107cf2eae8f0", + "99898d1736daadaca5b422c5c4e80becb742e94e", [] ], "requirements_android_webview.txt": [ diff --git a/tests/wpt/web-platform-tests/tools/wptrunner/requirements.txt b/tests/wpt/web-platform-tests/tools/wptrunner/requirements.txt index 96b640896e2..99898d1736d 100644 --- a/tests/wpt/web-platform-tests/tools/wptrunner/requirements.txt +++ b/tests/wpt/web-platform-tests/tools/wptrunner/requirements.txt @@ -1,7 +1,7 @@ html5lib==1.0.1 mozinfo==1.1.0 mozlog==5.0 -mozdebug==0.1.1 +mozdebug==0.2 # Pillow 7 requires Python 3 pillow==6.2.2 # pyup: <7.0 urllib3[secure]==1.25.8 |