Update dependency jsonargparse to v2.31.0

This commit is contained in:
Renovate Bot 2020-06-16 12:20:05 +00:00
parent feec16c4fe
commit 48ce020aa4
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@ pynetbox==4.3.1
netaddr==0.7.19
netifaces==0.10.9
pyyaml==5.3.1
jsonargparse==2.27.0
jsonargparse==2.31.0

View file

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