Update PyYAML to version 5.1

Update use of safe_load and safe_dump to load and dump using
the CSafeLoader with SafeLoader as a fallback.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-12 03:09:07 -04:00
parent b976f8d0ed
commit 40c9436071
17 changed files with 118 additions and 29 deletions

BIN
requirements/.base.txt.swp Normal file

Binary file not shown.

View File

@@ -1,5 +1,5 @@
Pillow==6.0.0
PyYAML==3.13
PyYAML==5.1
celery==3.1.24