update dependency for vulnerability CVE-2017-18342

This commit is contained in:
Erick Daniszewski 2019-01-14 10:06:58 -05:00
parent 3e981c3f29
commit 0b889196bb
No known key found for this signature in database
GPG Key ID: E0E005D7AF0CA9EC
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@
#
# pip-compile --output-file requirements.txt setup.py
#
pyyaml==3.13
pyyaml==4.2b4

View File

@ -32,7 +32,7 @@ setup(
include_package_data=True,
python_requires=">=3.4",
install_requires=[
'pyyaml'
'pyyaml>=4.2b1'
],
zip_safe=False,
classifiers=[