From 5005b8d16d8e73f63d8e703fc28ad6d44705825a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:49:10 +0000 Subject: [PATCH] Bump openai from 1.41.0 to 1.42.0 Bumps [openai](https://github.com/openai/openai-python) from 1.41.0 to 1.42.0. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.41.0...v1.42.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2cf0fea..edb78d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ gTTS==2.5.3 -openai==1.41.0 +openai==1.42.0 pydub==0.25.1 Requests==2.32.3 SpeechRecognition==3.10.4