Skip to content

Commit 97ef57e

Browse files
committed
bump PyYAML to 5.1 for CVE-2017-18342
1 parent 74d26ab commit 97ef57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def run_tests(self):
6969
},
7070
install_requires=[
7171
"jsonschema<3",
72-
"PyYAML>=3.13",
72+
"PyYAML>=5.1",
7373
"six",
7474
'pathlib2;python_version=="2.7"',
7575
],

0 commit comments

Comments
 (0)