Update django-redis to 6.0.0 (#5903)

This commit is contained in:
pyup.io bot 2025-06-18 02:52:54 -07:00 committed by GitHub
parent 56690fa4f9
commit cd06bde587
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ crispy-bootstrap5==2025.6 # https://github.com/django-crispy-forms/crispy-boots
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
django-compressor==4.5.1 # https://github.com/django-compressor/django-compressor
{%- endif %}
django-redis==5.4.0 # https://github.com/jazzband/django-redis
django-redis==6.0.0 # https://github.com/jazzband/django-redis
{%- if cookiecutter.use_drf == 'y' %}
# Django REST Framework
djangorestframework==3.16.0 # https://github.com/encode/django-rest-framework