Skip to content

Commit

Permalink
Merge pull request #4620 from cookiecutter/pyup-update-django-storage…
Browse files Browse the repository at this point in the history
…s-1.14.1-to-1.14.2

Update django-storages to 1.14.2
  • Loading branch information
browniebroke authored Oct 9, 2023
2 parents 68d989e + 01abe46 commit ef3845d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ hiredis==2.2.3 # https://github.com/redis/hiredis-py
# Django
# ------------------------------------------------------------------------------
{%- if cookiecutter.cloud_provider == 'AWS' %}
django-storages[s3]==1.14.1 # https://github.com/jschneier/django-storages
django-storages[s3]==1.14.2 # https://github.com/jschneier/django-storages
{%- elif cookiecutter.cloud_provider == 'GCP' %}
django-storages[google]==1.14.1 # https://github.com/jschneier/django-storages
django-storages[google]==1.14.2 # https://github.com/jschneier/django-storages
{%- elif cookiecutter.cloud_provider == 'Azure' %}
django-storages[azure]==1.14.1 # https://github.com/jschneier/django-storages
django-storages[azure]==1.14.2 # https://github.com/jschneier/django-storages
{%- endif %}
{%- if cookiecutter.mail_service == 'Mailgun' %}
django-anymail[mailgun]==10.1 # https://github.com/anymail/django-anymail
Expand Down

0 comments on commit ef3845d

Please sign in to comment.