From 25a0d9c09c0f39c53c9bf4ecb91be95eb14358ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:42:38 +0000 Subject: [PATCH] Update dependency django-redis to v5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d2c7d22..abca046 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ gunicorn==20.1.0 # Storage and caching psycopg2-binary==2.9.3 -django-redis==4.12.1 +django-redis==5.2.0 # Authentication django-allauth==0.51.0