diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-01-04 15:04:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 15:04:59 -0500 |
commit | e4120a5e230c917cc4650f9db0c38cca0a19e470 (patch) | |
tree | b43e4db6ab5542ba5a98ed39c9df0230d30b2333 /python | |
parent | 7a64588efaf45f307677b4a025b241fe3fc3b380 (diff) | |
download | servo-e4120a5e230c917cc4650f9db0c38cca0a19e470.tar.gz servo-e4120a5e230c917cc4650f9db0c38cca0a19e470.zip |
Upgrade pyyaml dependency.
Diffstat (limited to 'python')
-rw-r--r-- | python/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |