update pyyaml due to security alert
This commit is contained in:
parent
0592cee567
commit
cc5852a9b9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ setup(
|
||||||
'msgpack==0.6.1',
|
'msgpack==0.6.1',
|
||||||
'ecdsa==0.13',
|
'ecdsa==0.13',
|
||||||
'torba',
|
'torba',
|
||||||
'pyyaml==3.13',
|
'pyyaml==4.2b1',
|
||||||
'docopt==0.6.2',
|
'docopt==0.6.2',
|
||||||
'hachoir',
|
'hachoir',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue