Update dependency pyyaml to v5.4.1 (#181)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
9e934af835
commit
7147670255
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
pynetbox==5.0.5
|
||||
netaddr==0.8.0
|
||||
netifaces==0.10.9
|
||||
pyyaml==5.3.1
|
||||
pyyaml==5.4.1
|
||||
jsonargparse==2.32.2
|
||||
|
|
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ setup(
|
|||
'pynetbox==5.0.5',
|
||||
'netaddr==0.8.0',
|
||||
'netifaces==0.10.9',
|
||||
'pyyaml==5.3.1',
|
||||
'pyyaml==5.4.1',
|
||||
'jsonargparse==2.32.2',
|
||||
],
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Reference in a new issue