From 628e8f44660affbcbb90de1adf7121dc570252c4 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 27 Jan 2019 19:23:44 +0000 Subject: [PATCH] Bump PyYaML to a 3.7-compatible version. --- tests/ansible/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ansible/requirements.txt b/tests/ansible/requirements.txt index 507151c5..7cab6681 100644 --- a/tests/ansible/requirements.txt +++ b/tests/ansible/requirements.txt @@ -4,4 +4,4 @@ paramiko==2.3.2 # Last 2.6-compat version. google-api-python-client==1.6.5 hdrhistogram==0.6.1 PyYAML==3.11; python_version < '2.7' -PyYAML==3.12; python_version >= '2.7' +PyYAML==3.13; python_version >= '2.7'