From b1dec3a576b0bc3768c89a031ef10b79d61eec37 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 09:01:02 +0000 Subject: [PATCH] Update django-redis requirement from ~=4.11.0 to ~=4.12.1 in /config Updates the requirements on [django-redis](https://github.com/jazzband/django-redis) to permit the latest version. - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/django-redis/compare/4.11.0...4.12.1) Signed-off-by: dependabot-preview[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index 66591f64..018c5a10 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -15,7 +15,7 @@ docutils~=0.16 pydotplus~=2.0.2 requests~=2.23.0 django-ordered-model~=3.4.1 -django-redis~=4.11.0 +django-redis~=4.12.1 django-debug-toolbar~=2.2 django-cacheops~=4.2 drf-firebase-auth~=0.0.6