Update dependency pyyaml to v5.2 (#97)
This commit is contained in:
parent
46af158d49
commit
5f66d31ef0
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
pynetbox==4.0.8
|
||||
netaddr==0.7.19
|
||||
netifaces==0.10.9
|
||||
pyyaml==5.1.2
|
||||
pyyaml==5.2
|
||||
jsonargparse==2.9.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ setup(
|
|||
'pynetbox==4.0.8',
|
||||
'netaddr==0.7.19',
|
||||
'netifaces==0.10.9',
|
||||
'pyyaml==5.1.2',
|
||||
'pyyaml==5.2',
|
||||
'jsonargparse==2.9.0',
|
||||
],
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Reference in a new issue