From cc5852a9b982bb73685c9f457897770e0e513fee Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 24 Mar 2019 23:15:11 -0400 Subject: [PATCH] update pyyaml due to security alert --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7108a488..444efa633 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( 'msgpack==0.6.1', 'ecdsa==0.13', 'torba', - 'pyyaml==3.13', + 'pyyaml==4.2b1', 'docopt==0.6.2', 'hachoir', ],