Skip to content

Commit 3608c21

Browse files
authored
Update django-storages to 1.14.3 (#5047)
1 parent 38318ab commit 3608c21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: {{cookiecutter.project_slug}}/requirements/production.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ hiredis==2.3.2 # https://github.com/redis/hiredis-py
1717
# Django
1818
# ------------------------------------------------------------------------------
1919
{%- if cookiecutter.cloud_provider == 'AWS' %}
20-
django-storages[s3]==1.14.2 # https://github.com/jschneier/django-storages
20+
django-storages[s3]==1.14.3 # https://github.com/jschneier/django-storages
2121
{%- elif cookiecutter.cloud_provider == 'GCP' %}
22-
django-storages[google]==1.14.2 # https://github.com/jschneier/django-storages
22+
django-storages[google]==1.14.3 # https://github.com/jschneier/django-storages
2323
{%- elif cookiecutter.cloud_provider == 'Azure' %}
24-
django-storages[azure]==1.14.2 # https://github.com/jschneier/django-storages
24+
django-storages[azure]==1.14.3 # https://github.com/jschneier/django-storages
2525
{%- endif %}
2626
{%- if cookiecutter.mail_service == 'Mailgun' %}
2727
django-anymail[mailgun]==10.3 # https://github.com/anymail/django-anymail

0 commit comments

Comments
 (0)