Update dependency pyyaml to v5.4.1 (#181)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-26 16:00:40 +01:00 committed by GitHub
parent 9e934af835
commit 7147670255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
pynetbox==5.0.5
netaddr==0.8.0
netifaces==0.10.9
pyyaml==5.3.1
pyyaml==5.4.1
jsonargparse==2.32.2

View file

@ -17,7 +17,7 @@ setup(
'pynetbox==5.0.5',
'netaddr==0.8.0',
'netifaces==0.10.9',
'pyyaml==5.3.1',
'pyyaml==5.4.1',
'jsonargparse==2.32.2',
],
zip_safe=False,