Update dependency jsonargparse to v2.9.0

This commit is contained in:
Renovate Bot 2019-10-10 16:51:46 +00:00
parent 1c5b0f4fe9
commit 47c472c48e
No known key found for this signature in database
GPG key ID: 30DC19D6846E13FA
2 changed files with 2 additions and 2 deletions

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'],