Update Protobuf dependency version to fix known vulnerability (#19247)
* Update protobuf dependency to fix vulnerability * Update `dependency_versions_table.py` to include updated protobuf.
This commit is contained in:
2
setup.py
2
setup.py
@@ -133,7 +133,7 @@ _deps = [
|
||||
"packaging>=20.0",
|
||||
"parameterized",
|
||||
"phonemizer",
|
||||
"protobuf<=3.20.1",
|
||||
"protobuf<=3.20.2",
|
||||
"psutil",
|
||||
"pyyaml>=5.1",
|
||||
"pydantic",
|
||||
|
||||
@@ -39,7 +39,7 @@ deps = {
|
||||
"packaging": "packaging>=20.0",
|
||||
"parameterized": "parameterized",
|
||||
"phonemizer": "phonemizer",
|
||||
"protobuf": "protobuf<=3.20.1",
|
||||
"protobuf": "protobuf<=3.20.2",
|
||||
"psutil": "psutil",
|
||||
"pyyaml": "pyyaml>=5.1",
|
||||
"pydantic": "pydantic",
|
||||
|
||||
Reference in New Issue
Block a user