From d82c9baf2031ccafce397c72846258d69ac7767b Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Sun, 25 Nov 2018 00:48:57 +0100 Subject: [PATCH] Bump `django-redis-cache` version to 1.8.1 The `django-redis` package does not work with redis 3.0, and previous versions of this package did not hardcode the version number. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 19b185c7..dbc1d888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-autoslug==1.9.3 django-cas-ng==3.5.7 django-djconfig==0.5.3 django-recaptcha==1.4.0 -django-redis-cache==1.7.1 +django-redis-cache==1.8.1 icalendar psycopg2 Pillow