Update dependency pyyaml to v5.3.1 #121

Merged
renovate[bot] merged 1 commit from renovate/pyyaml-5.x into master 2020-04-08 14:23:43 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit fc5c5a93dc - Show all commits

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,