From ae33d3ad894db1218e2de39b2eff3a660e02c747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:23:02 +0000 Subject: [PATCH] Bump openai-whisper from 20231117 to 20240930 Bumps [openai-whisper](https://github.com/openai/whisper) from 20231117 to 20240930. - [Release notes](https://github.com/openai/whisper/releases) - [Changelog](https://github.com/openai/whisper/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/whisper/compare/v20231117...v20240930) --- updated-dependencies: - dependency-name: openai-whisper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c46bdb..6aabcd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ exclude =[ python = "^3.9" tqdm = "^4.66.4" numpy = "^1.26.4" -openai-whisper = "^20231117" +openai-whisper = ">=20231117,<20240931" whisperx = "^3.1.3" "pyannote.audio" = "^3.1.1" torch = "^2.3.0"