From 606054322226587753d324f6919a12158a4b7769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 20:46:57 +0800 Subject: [PATCH] chore(deps): bump protobuf in /plugins/model/tts-cosevoice (#5046) Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25 to 4.25.8. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.25.0...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/model/tts-cosevoice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/model/tts-cosevoice/requirements.txt b/plugins/model/tts-cosevoice/requirements.txt index b5cbca2ad..a94c72df3 100644 --- a/plugins/model/tts-cosevoice/requirements.txt +++ b/plugins/model/tts-cosevoice/requirements.txt @@ -18,7 +18,7 @@ omegaconf==2.3.0 onnxruntime-gpu; sys_platform == 'linux' onnxruntime; sys_platform == 'darwin' or sys_platform == 'windows' openai-whisper==20231117 -protobuf==4.25 +protobuf==4.25.8 pydantic==2.7.0 rich==13.7.1 soundfile==0.12.1