From af39e84c938ea3e19acaef73c7163d7554f2f4a4 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 28 Feb 2019 21:13:39 +0000 Subject: [PATCH] Resolve github PyYAML insecure warning (#753) * Resolve github PyYAML insecure warning Related to https://github.com/yaml/pyyaml/issues/243 Change-Id: I4c8db7d25568f2afd48ebb1a393dd92f3773b35e * Update requirements-dev.txt --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a18360f69..386f9de70 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,7 @@ pytest-instafail pytest-timeout>=1.3.1 pytest-xdist>=1.14 pytest>=2.9.1,<5.0 # MIT -PyYAML>=3.13 # MIT +PyYAML>=5.1b3 # MIT requests_mock # Apache-2 requires.io # UNKNOWN!!! tenacity # Apache-2