From 651fcede3f8b77a4e9a05ea6be9ed3b1c5d9827f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:35:42 +0200 Subject: [PATCH] chore(deps): bump redis from 4.5.5 to 5.0.0 (#185) 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 66e1378..17d5c4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask==2.2.5 openai-whisper==20230918 pytest==7.4.2 -redis==4.5.5 +redis==5.0.0 rq==1.15.1 python-dotenv==1.0.0 gunicorn==21.2.0