Update django-storages from 1.14.4 to 1.14.5

This commit is contained in:
pyup-bot 2025-02-15 18:17:22 +00:00
parent 65b16c82c0
commit e72e89b5f6

View File

@ -17,7 +17,7 @@ hiredis==3.1.0 # https://github.com/redis/hiredis-py
# Django
# ------------------------------------------------------------------------------
{%- if cookiecutter.cloud_provider == 'AWS' %}
django-storages[s3]==1.14.4 # https://github.com/jschneier/django-storages
django-storages[s3]==1.14.5 # https://github.com/jschneier/django-storages
{%- elif cookiecutter.cloud_provider == 'GCP' %}
django-storages[google]==1.14.4 # https://github.com/jschneier/django-storages
{%- elif cookiecutter.cloud_provider == 'Azure' %}