We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448f0f2 commit 5775db6Copy full SHA for 5775db6
requirements.txt
@@ -2,4 +2,4 @@ pynetbox==5.0.5
2
netaddr==0.8.0
3
netifaces==0.10.9
4
pyyaml==5.4.1
5
-jsonargparse==3.11.2
+jsonargparse==4.34.0
setup.py
@@ -18,7 +18,7 @@
18
'netaddr==0.8.0',
19
'netifaces==0.10.9',
20
'pyyaml==5.4.1',
21
- 'jsonargparse==2.32.2',
+ 'jsonargparse==4.34.0',
22
],
23
zip_safe=False,
24
keywords=['netbox'],
0 commit comments