Skip to content

Commit

Permalink
Update django-storages to 1.14.1 (cookiecutter#4604)
Browse files Browse the repository at this point in the history
* Update django-storages from 1.14 to 1.14.1

* Update django-storages from 1.14 to 1.14.1

* Update django-storages from 1.14 to 1.14.1
  • Loading branch information
pyup-bot authored Sep 29, 2023
1 parent 91292fc commit 3c74c8f
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 # https://github.com/jschneier/django-storages
django-storages[s3]==1.14.1 # https://github.com/jschneier/django-storages
{%- elif cookiecutter.cloud_provider == 'GCP' %}
django-storages[google]==1.14 # https://github.com/jschneier/django-storages
django-storages[google]==1.14.1 # https://github.com/jschneier/django-storages
{%- elif cookiecutter.cloud_provider == 'Azure' %}
django-storages[azure]==1.14 # https://github.com/jschneier/django-storages
django-storages[azure]==1.14.1 # 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 3c74c8f

Please sign in to comment.