From ae1a746b6ba9599a6d01dbcaed62da46bd331718 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 29 Sep 2023 04:25:08 -0300 Subject: [PATCH] Update django-storages from 1.10.1 to 1.14.1 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 55302de6..f54b1656 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,5 +6,5 @@ Collectfast==2.2.0 # https://github.com/antonagestam/collectfast # Django # ------------------------------------------------------------------------------ -django-storages[boto3]==1.10.1 # https://github.com/jschneier/django-storages +django-storages[boto3]==1.14.1 # https://github.com/jschneier/django-storages django-anymail[amazon_ses]==8.0 # https://github.com/anymail/django-anymail