Update dependency pyyaml to v5.4.1

This commit is contained in:
Renovate Bot 2021-02-15 11:06:31 +00:00
parent 9e934af835
commit 56c63cb125
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
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,