From df8438f49a2568b353e44da62f3c994093e5ebd3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Jul 2024 02:07:45 -0400 Subject: [PATCH] Update django-storages from 1.10.1 to 1.14.4 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 55302de6..f5ac2705 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.4 # https://github.com/jschneier/django-storages django-anymail[amazon_ses]==8.0 # https://github.com/anymail/django-anymail