From c5995b18104c7456f4e3b1d8a6f052a57d5cbe5d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 10 Sep 2019 13:36:04 +0200 Subject: [PATCH] Update django-storages from 1.7.1 to 1.7.2 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 9441300..f6615f3 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,6 +7,6 @@ psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 # Django # ------------------------------------------------------------------------------ -django-storages[boto3]==1.7.1 # https://github.com/jschneier/django-storages +django-storages[boto3]==1.7.2 # https://github.com/jschneier/django-storages django-anymail[mailgun]==4.3 # https://github.com/anymail/django-anymail django-heroku==0.3.1 # https://github.com/heroku/django-heroku