From 99c62bcdee00e5a7079b4d0db53f8dcc9bef0dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 08:21:33 +0000 Subject: [PATCH] chore(deps): update edge-tts requirement from >=6.1 to >=7.2.8 Updates the requirements on [edge-tts](https://github.com/rany2/edge-tts) to permit the latest version. - [Release notes](https://github.com/rany2/edge-tts/releases) - [Commits](https://github.com/rany2/edge-tts/compare/7.0.0...7.2.8) --- updated-dependencies: - dependency-name: edge-tts dependency-version: 7.2.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c8f9ac..b5deef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ voice = [ "webrtcvad>=2.0.10", "numpy>=1.24", "pyttsx3>=2.90", - "edge-tts>=6.1", + "edge-tts>=7.2.8", ] browser = [ "playwright>=1.40", diff --git a/requirements.txt b/requirements.txt index 7406194..c209364 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ pyinstaller>=6.0 playwright>=1.40.0 # Streaming TTS -edge-tts>=6.1.0 +edge-tts>=7.2.8 # Image processing (media factory) Pillow>=10.0.0