From 251208bfd5d64c005cf56d2ec7bc23ba033a1831 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:34:01 +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 23877be..4fbf2b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ gunicorn==20.1.0 # Storage and caching psycopg2-binary==2.9.5 -django-redis==4.12.1 +django-redis==5.4.0 # Authentication django-allauth==0.53.1