Upgrade PyYAML from 3.12 to 5.1

The latest version of PyYAML fixes some security issues found in
previous versions. It also supports python 3.7. No changes between
these versions should break Spyglass functionality. Six is also removed
in this patch as it is no longer used in Spyglass.

https://pyyaml.org/wiki/PyYAML

Change-Id: I76fe7396b3bad3b863fd4e05330bf8f58f21d57a
This commit is contained in:
Ian Pittwood 2019-05-09 10:20:15 -05:00 committed by Ian H. Pittwood
parent 94f4a6f289
commit 49137d352c
1 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,5 @@ jinja2==2.10
jsonschema==3.0.1
openpyxl==2.5.4
netaddr==0.7.19
pyyaml==3.12
pyyaml==5.1
requests==2.21.0
six==1.12.0