From 0b6ccaca872e0c4e8f2f6b535b4fa105ad99aa17 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 16 Jun 2023 13:53:45 +0100 Subject: [PATCH] Update django-redis from 4.10.0 to 5.3.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 69340ea..03ba375 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -12,7 +12,7 @@ django-model-utils==3.1.2 # https://github.com/jazzband/django-model-utils django-allauth==0.38.0 # https://github.com/pennersr/django-allauth django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-crispy-forms django-tables2==2.0.4 -django-redis==4.10.0 # https://github.com/niwinz/django-redis +django-redis==5.3.0 # https://github.com/niwinz/django-redis # Django REST Framework djangorestframework==3.9.1 # https://github.com/encode/django-rest-framework