From 805aadbe3a1a0ea57b23be6506a12ea000402f58 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 05:30:33 +0000 Subject: [PATCH] Bump redis from 3.4.1 to 3.5.3 in /requirements Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.4.1 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.4.1...3.5.3) Signed-off-by: dependabot-preview[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index dadfcc7..d91d003 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -3,7 +3,7 @@ python-slugify==4.0.0 # https://github.com/un33k/python-slugify Pillow==7.0.0 # https://github.com/python-pillow/Pillow argon2-cffi==19.2.0 # https://github.com/hynek/argon2_cffi whitenoise==5.0.1 # https://github.com/evansd/whitenoise -redis==3.4.1 # https://github.com/andymccurdy/redis-py +redis==3.5.3 # https://github.com/andymccurdy/redis-py # Django # ------------------------------------------------------------------------------