From e9b7e25d39b0d3b7a6ef2c3396b23ccb90f28f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 01:31:22 +0000 Subject: [PATCH] Bump redis from 4.5.1 to 5.0.0 Bumps [redis](https://github.com/redis/redis-py) from 4.5.1 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.1...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 9852cb3..d0706a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ python-dateutil==2.8.2 python-socketio==4.6.1 psycopg2==2.9.5 pytz==2023.3 -redis==4.5.1 +redis==5.0.0 uvicorn==0.20.0