Skip to content

Commit

Permalink
Change another pyyaml dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft committed Jan 28, 2021
1 parent c0b413c commit 42bfa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-frr-mgmt-framework/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
install_requires = [
'jinja2>=2.10',
'netaddr==0.8.0',
'pyyaml==5.3.1',
'pyyaml==5.4.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 = [
Expand Down

0 comments on commit 42bfa91

Please sign in to comment.