From f5b87adf16004227951fb1111c479e25d8769d13 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 10:07:24 +0000 Subject: [PATCH] Bump redis from 3.5.2 to 3.5.3 Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/andymccurdy/redis-py/releases) - [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES) - [Commits](https://github.com/andymccurdy/redis-py/compare/3.5.2...3.5.3) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f362348..9f8e156 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==3.5.2 +redis==3.5.3 # python-gdbm # not available via pip # If you want to use gevent you will also require