From 088f2a50d6e2a055c534f61594b80ca6dbb319a3 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 22 Dec 2021 13:19:45 -0500 Subject: [PATCH] Update django-redis to 5.2.0 (#3485) --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index e28e4b55..c58472cd 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -38,7 +38,7 @@ crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstra {%- if cookiecutter.use_compressor == "y" %} django-compressor==3.1 # https://github.com/django-compressor/django-compressor {%- endif %} -django-redis==5.1.0 # https://github.com/jazzband/django-redis +django-redis==5.2.0 # https://github.com/jazzband/django-redis {%- if cookiecutter.use_drf == "y" %} # Django REST Framework djangorestframework==3.13.1 # https://github.com/encode/django-rest-framework