Update dependency pyyaml to v5.3.1 (#121)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-04-08 14:23:43 +02:00 committed by GitHub
parent dc4f90d490
commit a42cf2eb48
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==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,