Update django-storages from 1.14.3 to 1.14.4

This commit is contained in:
pyup-bot 2024-07-09 07:14:02 +01:00
parent c3e1983ef1
commit 3ca3c8589a

View File

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