From 3afee6d9ef52609e926da9348fd321b1a889b1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 02:57:37 +0000 Subject: [PATCH] Bump redis from 4.0.2 to 4.5.5 Bumps [redis](https://github.com/redis/redis-py) from 4.0.2 to 4.5.5. - [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.0.2...v4.5.5) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97946b1..9f32a79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Depending on what engine type you want to use # you will need one of the following #mysqlclient==1.4.6 -redis==4.0.2 +redis==4.5.5 # python-gdbm # not available via pip # If you want to use gevent you will also require