Update dependency jsonargparse to v2.32.2
This commit is contained in:
parent
e6472c623d
commit
4f0db3478f
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@ pynetbox==5.0.1
|
|||
netaddr==0.7.20
|
||||
netifaces==0.10.9
|
||||
pyyaml==5.3.1
|
||||
jsonargparse==2.31.2
|
||||
jsonargparse==2.32.2
|
||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ setup(
|
|||
'netaddr==0.7.20',
|
||||
'netifaces==0.10.9',
|
||||
'pyyaml==5.3.1',
|
||||
'jsonargparse==2.31.2',
|
||||
'jsonargparse==2.32.2',
|
||||
],
|
||||
zip_safe=False,
|
||||
keywords=['netbox'],
|
||||
|
|
Loading…
Reference in a new issue