From eee1fb2c75171fc4a236bf224eda5c0df3d1fa3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:24:34 +0200 Subject: [PATCH] chore(deps): Bump pypinyin from 0.50.0 to 0.53.0 in /backend/python/openvoice (#3562) chore(deps): Bump pypinyin in /backend/python/openvoice Bumps [pypinyin](https://github.com/mozillazg/python-pinyin) from 0.50.0 to 0.53.0. - [Release notes](https://github.com/mozillazg/python-pinyin/releases) - [Changelog](https://github.com/mozillazg/python-pinyin/blob/master/CHANGELOG.rst) - [Commits](https://github.com/mozillazg/python-pinyin/compare/v0.50.0...v0.53.0) --- updated-dependencies: - dependency-name: pypinyin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/python/openvoice/requirements-intel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/openvoice/requirements-intel.txt b/backend/python/openvoice/requirements-intel.txt index a9a4cc20..cea7de0b 100644 --- a/backend/python/openvoice/requirements-intel.txt +++ b/backend/python/openvoice/requirements-intel.txt @@ -15,7 +15,7 @@ unidecode==1.3.7 whisper-timestamped==1.15.4 openai python-dotenv -pypinyin==0.50.0 +pypinyin==0.53.0 cn2an==0.5.22 jieba==0.42.1 gradio==4.38.1