Update dependency jsonargparse to v2.27.0 (#124)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-05-01 19:39:26 +02:00 committed by GitHub
parent f06da32fc3
commit 26413fe0e8
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==4.3.1
netaddr==0.7.19
netifaces==0.10.9
pyyaml==5.3.1
jsonargparse==2.25.3
jsonargparse==2.27.0

View file

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