From 768ef7436e8e48c1e409aa75b013ad61345949a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:33:29 +0000 Subject: [PATCH] Update gtts requirement from >=2.0.1 to >=2.5.4 Updates the requirements on [gtts](https://github.com/pndurette/gTTS) to permit the latest version. - [Release notes](https://github.com/pndurette/gTTS/releases) - [Changelog](https://github.com/pndurette/gTTS/blob/main/CHANGELOG.md) - [Commits](https://github.com/pndurette/gTTS/compare/v2.1.1...v2.5.4) --- updated-dependencies: - dependency-name: gtts dependency-version: 2.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirementsDOCKER.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0226c10..815bc77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ googletrans==4.0.0rc1 google-trans-new langdetect google_images_download>=2.8.0 -gTTS>=2.1.1 +gTTS>=2.5.4 gTTS-token>=1.1.3 hachoir httplib2 diff --git a/requirementsDOCKER.txt b/requirementsDOCKER.txt index 2217992..d064d14 100644 --- a/requirementsDOCKER.txt +++ b/requirementsDOCKER.txt @@ -1,7 +1,7 @@ https://github.com/LonamiWebs/Telethon/archive/master.zip cowpy gTTS-token>=1.1.3 -gTTS>=2.0.1 +gTTS>=2.5.4 gitpython google-api-python-client google_auth_oauthlib @@ -21,7 +21,7 @@ hachoir Pillow>=5.3.0 telegraph sqlalchemy>=1.2 -gTTS>=2.0.1 +gTTS>=2.5.4 googletrans>=2.4.0 spongemock gTTS-token>=1.1.3