Update dependency jsonargparse to v2.31.1 (#137)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-07-01 18:50:34 +02:00 committed by GitHub
parent 21ddf3f312
commit 665531cb87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@ pynetbox==5.0.1
netaddr==0.7.20
netifaces==0.10.9
pyyaml==5.3.1
jsonargparse==2.31.0
jsonargparse==2.31.1

View file

@ -18,7 +18,7 @@ setup(
'netaddr==0.7.20',
'netifaces==0.10.9',
'pyyaml==5.3.1',
'jsonargparse==2.31.0',
'jsonargparse==2.31.1',
],
zip_safe=False,
keywords=['netbox'],