From 56fe72df5c6b02fb2961c8b1d2b2e7e151bd7c37 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Tue, 8 Jan 2019 09:32:17 -0800 Subject: [PATCH] Bump PyYAML to 4.2b1 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b4d155d..0b796e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PyYaml==3.12 +PyYaml==4.2b1 azure-common==1.1.9 azure-mgmt-dns==1.0.1 boto3==1.7.5 diff --git a/setup.py b/setup.py index db35997..7a9348e 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( 'console_scripts': console_scripts, }, install_requires=[ - 'PyYaml>=3.12', + 'PyYaml>=4.2b1', 'dnspython>=1.15.0', 'futures>=3.2.0', 'incf.countryutils>=1.0',