From e472724072b01293093f73f518b904134acc0088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:08:31 +0000 Subject: [PATCH] chore(deps): bump redis from 4.5.5 to 5.0.0 Bumps [redis](https://github.com/redis/redis-py) from 4.5.5 to 5.0.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.5.5...v5.0.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a6f21b..976d2b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask==2.2.5 openai-whisper==20230314 pytest==7.4.2 -redis==4.5.5 +redis==5.0.0 rq==1.15.1 python-dotenv==1.0.0 gunicorn==20.1.0