Update dependency jsonargparse to v2.4.1

This commit is contained in:
Renovate Bot 2019-09-06 10:36:08 +00:00
parent 9aa19e1ea1
commit 7fd4ed0659
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.6
netaddr==0.7.19
netifaces==0.10.9
pyyaml==5.1.2
jsonargparse==2.3.0
jsonargparse==2.4.1

View file

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