Apply critical dependency upgrades

fix PyYAML warnings in unit tests
update paramiko source file for license
This commit is contained in:
AlanCoding
2019-04-12 15:26:32 -04:00
parent 15ef095366
commit 941009bf6d
11 changed files with 29 additions and 29 deletions

View File

@@ -59,7 +59,7 @@ class TestParserExceptions:
@staticmethod
def yaml_error(data):
try:
yaml.load(data)
yaml.safe_load(data)
return None
except Exception as e:
return str(e)