From e97c84076ce6ded13b454283fd1dee09b5560b9d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 09:05:32 +0000 Subject: [PATCH] Bump redis from 2.10.6 to 3.5.3 Bumps [redis](https://github.com/andymccurdy/redis-py) from 2.10.6 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/2.10.6...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 81a21949..0b2e27ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ psutil==5.6.6 docker==3.3.0 celery==4.2.1 sqlalchemy==1.3.0 -redis==2.10.6 +redis==3.5.3 uwsgi==2.0.17.1