Update pyyaml in sonic-bgpcfgd and sonic-frr-mgmt-framework to 6.0
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
2658cdae3b
commit
bdded2679a
@ -18,7 +18,7 @@ setuptools.setup(
|
||||
install_requires = [
|
||||
'jinja2>=2.10',
|
||||
'netaddr==0.8.0',
|
||||
'pyyaml==5.4.1',
|
||||
'pyyaml==6.0.1',
|
||||
'ipaddress==1.0.23'
|
||||
],
|
||||
setup_requires = [
|
||||
|
@ -14,7 +14,7 @@ setuptools.setup(
|
||||
install_requires = [
|
||||
'jinja2>=2.10',
|
||||
'netaddr==0.8.0',
|
||||
'pyyaml==5.4.1',
|
||||
'pyyaml==6.0.1',
|
||||
'zipp==1.2.0', # importlib-resources needs zipp and seems to have a bug where it will try to import too new of a version for Python 2
|
||||
],
|
||||
setup_requires = [
|
||||
|
Loading…
Reference in New Issue
Block a user