Merge pull request #3374 from cookiecutter/pyup-update-django-storages-1.12.2-to-1.12.3

This commit is contained in:
Bruno Alla 2021-11-01 12:04:30 +00:00 committed by GitHub
commit 71b8976fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,9 @@ hiredis==2.0.0 # https://github.com/redis/hiredis-py
# Django
# ------------------------------------------------------------------------------
{%- if cookiecutter.cloud_provider == 'AWS' %}
django-storages[boto3]==1.12.2 # https://github.com/jschneier/django-storages
django-storages[boto3]==1.12.3 # https://github.com/jschneier/django-storages
{%- elif cookiecutter.cloud_provider == 'GCP' %}
django-storages[google]==1.12.2 # https://github.com/jschneier/django-storages
django-storages[google]==1.12.3 # https://github.com/jschneier/django-storages
{%- endif %}
{%- if cookiecutter.mail_service == 'Mailgun' %}
django-anymail[mailgun]==8.4 # https://github.com/anymail/django-anymail