Update dependency jsonargparse to v2.25.3 (#109)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
ace8f69eab
commit
996c10d95b
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@ pynetbox==4.3.1
|
|||
netaddr==0.7.19
|
||||
netifaces==0.10.9
|
||||
pyyaml==5.3.1
|
||||
jsonargparse==2.22.2
|
||||
jsonargparse==2.25.3
|
||||
|
|
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ setup(
|
|||
'netaddr==0.7.19',
|
||||
'netifaces==0.10.9',
|
||||
'pyyaml==5.3.1',
|
||||
'jsonargparse==2.22.2',
|
||||
'jsonargparse==2.25.3',
|
||||
],
|
||||
zip_safe=False,
|
||||
keywords=['netbox'],
|
||||
|
|
Loading…
Reference in a new issue