Update dependency jsonargparse to v2.9.0 #87

Merged
renovate[bot] merged 1 commit from renovate/jsonargparse-2.x into master 2019-10-23 13:44:46 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 47c472c48e - Show all commits

View file

@ -2,4 +2,4 @@ pynetbox==4.0.7
netaddr==0.7.19
netifaces==0.10.9
pyyaml==5.1.2
jsonargparse==2.6.0
jsonargparse==2.9.0

View file

@ -17,7 +17,7 @@ setup(
'netaddr==0.7.19',
'netifaces==0.10.9',
'pyyaml==5.1.2',
'jsonargparse==2.6.0',
'jsonargparse==2.9.0',
],
zip_safe=False,
keywords=['netbox'],