From f9b461a08db930a3429ffcd37722047b233377f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Fri, 22 Nov 2019 22:45:27 +0800 Subject: [PATCH] Bump django-redis-cache to version 2.1.* --- requirements-prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index 6d7b645e..e08ac120 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -4,7 +4,7 @@ psycopg2<2.8 # Redis -django-redis-cache==1.8.1 +django-redis-cache==2.1.* # ASGI protocol and HTTP server asgiref==1.1.1