Skip to content

Commit

Permalink
Update django-storages to 1.14.4 (#5197)
Browse files Browse the repository at this point in the history
* Update django-storages from 1.14.3 to 1.14.4

* Update django-storages from 1.14.3 to 1.14.4

* Update django-storages from 1.14.3 to 1.14.4
  • Loading branch information
pyup-bot authored Jul 9, 2024
1 parent 3463d8a commit bac56c4
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.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
django-storages[google]==1.14.4 # https://github.com/jschneier/django-storages
{%- elif cookiecutter.cloud_provider == 'Azure' %}
django-storages[azure]==1.14.3 # https://github.com/jschneier/django-storages
django-storages[azure]==1.14.4 # https://github.com/jschneier/django-storages
{%- endif %}
{%- if cookiecutter.mail_service == 'Mailgun' %}
django-anymail[mailgun]==11.0 # https://github.com/anymail/django-anymail
Expand Down

0 comments on commit bac56c4

Please sign in to comment.