From 549c86d47ad4b8d26ff269b418ebc9c20e73c1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 18:28:27 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 in /optional_components/speech_api Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- optional_components/speech_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optional_components/speech_api/requirements.txt b/optional_components/speech_api/requirements.txt index 167f12b47..484fd205d 100644 --- a/optional_components/speech_api/requirements.txt +++ b/optional_components/speech_api/requirements.txt @@ -1,4 +1,4 @@ -gunicorn==22.0.0 +gunicorn==23.0.0 uvicorn==0.23.2 openai-whisper==20231117 ffmpeg-python==0.2.0