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
6ed491db74
commit
79463e1b3a
@ -18,7 +18,7 @@ setuptools.setup(
|
|||||||
install_requires = [
|
install_requires = [
|
||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
'netaddr==0.8.0',
|
'netaddr==0.8.0',
|
||||||
'pyyaml==5.4.1',
|
'pyyaml==6.0.1',
|
||||||
'ipaddress==1.0.23'
|
'ipaddress==1.0.23'
|
||||||
],
|
],
|
||||||
setup_requires = [
|
setup_requires = [
|
||||||
|
@ -14,7 +14,7 @@ setuptools.setup(
|
|||||||
install_requires = [
|
install_requires = [
|
||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
'netaddr==0.8.0',
|
'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
|
'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 = [
|
setup_requires = [
|
||||||
|
Reference in New Issue
Block a user