From c542f8a7838986a177c347bdc5445619b875f5dc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Oct 2023 00:25:56 -0300 Subject: [PATCH] Update django-storages from 1.10.1 to 1.14.2 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 55302de6..853ac253 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.2 # https://github.com/jschneier/django-storages django-anymail[amazon_ses]==8.0 # https://github.com/anymail/django-anymail