Update dependency pyyaml to v5.3 (#100)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
parent
957e5f4fb9
commit
86a8d73873
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.2
|
||||
pyyaml==5.3
|
||||
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.2',
|
||||
'pyyaml==5.3',
|
||||
'jsonargparse==2.9.0',
|
||||
],
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Reference in a new issue