Update dependency pyyaml to v5.3 (#100)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
renovate[bot] 2020-01-21 19:25:55 +01:00 committed by Solvik
parent 957e5f4fb9
commit 86a8d73873
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
pynetbox==4.0.8
netaddr==0.7.19
netifaces==0.10.9
pyyaml==5.2
pyyaml==5.3
jsonargparse==2.9.0

View file

@ -16,7 +16,7 @@ setup(
'pynetbox==4.0.8',
'netaddr==0.7.19',
'netifaces==0.10.9',
'pyyaml==5.2',
'pyyaml==5.3',
'jsonargparse==2.9.0',
],
zip_safe=False,