From 80e983e3d99e2fa923344006f68dc36316b6ad9f Mon Sep 17 00:00:00 2001 From: Zac Brown Date: Tue, 26 Mar 2019 10:52:59 -0700 Subject: [PATCH] Update PyYAML to >= 4.2b1 due to security alert: https://nvd.nist.gov/vuln/detail/CVE-2017-18342 (#474) --- execution-frameworks/contrib/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution-frameworks/contrib/python/requirements.txt b/execution-frameworks/contrib/python/requirements.txt index 2d25c327..f5835407 100644 --- a/execution-frameworks/contrib/python/requirements.txt +++ b/execution-frameworks/contrib/python/requirements.txt @@ -1,2 +1,2 @@ Unidecode==1.0.22 -PyYAML==3.12 \ No newline at end of file +PyYAML>=4.2b1