From 6e89f81ffc78bcb9975596cdab52c993ce78cd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:17:46 +0100 Subject: [PATCH] chore(deps): bump openai-whisper from 20230918 to 20231106 (#205) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 34569ce..66dacce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask==2.3.3 -openai-whisper==20230918 +openai-whisper==20231106 pytest==7.4.3 redis==5.0.1 rq==1.15.1