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:
Saikrishna Arcot 2023-09-08 17:51:27 -07:00
parent 2658cdae3b
commit bdded2679a
2 changed files with 2 additions and 2 deletions

View File

@ -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 = [

View File

@ -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 = [