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:
Andrew Sansom
2022-10-03 16:37:09 -05:00
committed by GitHub
parent 68f50f3453
commit 008531c18a
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ _deps = [
"packaging>=20.0",
"parameterized",
"phonemizer",
"protobuf<=3.20.1",
"protobuf<=3.20.2",
"psutil",
"pyyaml>=5.1",
"pydantic",