Skip to content

Commit

Permalink
fix: update django-storages
Browse files Browse the repository at this point in the history
  • Loading branch information
balavec committed Apr 15, 2024
1 parent d7b350c commit d6d32d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ uvicorn[standard]

# Django
# ------------------------------------------------------------------------------
django-storages[boto3]==1.13.1 # https://github.com/jschneier/django-storages
django-storages[boto3]==1.14.2 # https://github.com/jschneier/django-storages
daphne==4.0.0

{%- if cookiecutter.mail_service == 'Mailgun' %}
Expand All @@ -17,4 +17,4 @@ django-anymail[mailgun]==8.6 # https://github.com/anymail/django-anymail
django-anymail[amazon_ses]==8.6 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Other SMTP' %}
django-anymail==8.6 # https://github.com/anymail/django-anymail
{%- endif %}
{%- endif %}

0 comments on commit d6d32d7

Please # to comment.