Update dependency pyyaml to v5.3.1 (#121)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
dc4f90d490
commit
a42cf2eb48
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
pynetbox==4.2.4
|
||||
netaddr==0.7.19
|
||||
netifaces==0.10.9
|
||||
pyyaml==5.3
|
||||
pyyaml==5.3.1
|
||||
jsonargparse==2.22.2
|
||||
|
|
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ setup(
|
|||
'pynetbox==4.2.4',
|
||||
'netaddr==0.7.19',
|
||||
'netifaces==0.10.9',
|
||||
'pyyaml==5.3',
|
||||
'pyyaml==5.3.1',
|
||||
'jsonargparse==2.22.2',
|
||||
],
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Reference in a new issue