From f648d1d36afe6aeb12c1b1d612de5e04b004bca5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 02:35:02 +0000 Subject: [PATCH] Bump redis from 3.3.11 to 3.5.2 Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.3.11 to 3.5.2. - [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.3.11...3.5.2) 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 e56f446..466f915 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Pillow==6.1.0 # tasks celery==4.3.0 -redis==3.3.11 +redis==3.5.2 # database drivers psycopg2-binary==2.8.4