From e4120a5e230c917cc4650f9db0c38cca0a19e470 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 4 Jan 2019 15:04:59 -0500 Subject: [PATCH] Upgrade pyyaml dependency. --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 433b2194701..7316d105814 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -16,7 +16,7 @@ pyflakes == 0.8.1 # For buildbot checking voluptuous == 0.10.5 -PyYAML == 3.12 +PyYAML == 4.2b1 # For test-webidl ply == 3.8