Update dependency pyyaml to v5.3.1

This commit is contained in:
Renovate Bot 2020-03-18 22:46:25 +00:00
parent dc4f90d490
commit fc5c5a93dc
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==4.2.4 pynetbox==4.2.4
netaddr==0.7.19 netaddr==0.7.19
netifaces==0.10.9 netifaces==0.10.9
pyyaml==5.3 pyyaml==5.3.1
jsonargparse==2.22.2 jsonargparse==2.22.2

View file

@ -16,7 +16,7 @@ setup(
'pynetbox==4.2.4', 'pynetbox==4.2.4',
'netaddr==0.7.19', 'netaddr==0.7.19',
'netifaces==0.10.9', 'netifaces==0.10.9',
'pyyaml==5.3', 'pyyaml==5.3.1',
'jsonargparse==2.22.2', 'jsonargparse==2.22.2',
], ],
zip_safe=False, zip_safe=False,