Unverified Commit 008531c1 authored by Andrew Sansom's avatar Andrew Sansom Committed by GitHub
Browse files

Update Protobuf dependency version to fix known vulnerability (#19247)

* Update protobuf dependency to fix vulnerability

* Update `dependency_versions_table.py` to include updated protobuf.
parent 68f50f34
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment