From a7d80295e683dbdd2623aa4f687560e7186bb1fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:26:03 +0000 Subject: [PATCH] Bump gtts from 2.5.0 to 2.5.3 Bumps [gtts](https://github.com/pndurette/gTTS) from 2.5.0 to 2.5.3. - [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.5.0...v2.5.3) --- updated-dependencies: - dependency-name: gtts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_with_versions.txt | 2 +- text_to_audio/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_with_versions.txt b/requirements_with_versions.txt index 4794d971136..6f156259a74 100644 --- a/requirements_with_versions.txt +++ b/requirements_with_versions.txt @@ -80,7 +80,7 @@ mutagen==1.47.0 Unidecode==1.3.8 Ball==0.2.9 pynput==1.7.6 -gTTS==2.5.0 +gTTS==2.5.3 ccxt==4.3.48 fitz==0.0.1.dev2 fastapi==0.109.0 diff --git a/text_to_audio/requirements.txt b/text_to_audio/requirements.txt index 7d305335aac..60da1e66bcf 100644 --- a/text_to_audio/requirements.txt +++ b/text_to_audio/requirements.txt @@ -1,2 +1,2 @@ -gTTS==2.5.0 +gTTS==2.5.3 pygame==2.5.2