From 4d2ee4640fe7a2e4c5222e593569ccd65128b545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 02:57:32 +0000 Subject: [PATCH] Bump redis from 4.0.2 to 4.5.2 Bumps [redis](https://github.com/redis/redis-py) from 4.0.2 to 4.5.2. - [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.2) --- 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..599ce03 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.2 # python-gdbm # not available via pip # If you want to use gevent you will also require