From 621b57b4cf22ab5b5c04d1497717b7ef4dc4afc7 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Thu, 12 Sep 2024 14:45:33 -0500 Subject: [PATCH] fix: update django-storages version --- prod-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod-requirements.txt b/prod-requirements.txt index a7c4022f1..cdc543952 100644 --- a/prod-requirements.txt +++ b/prod-requirements.txt @@ -4,5 +4,5 @@ raven==6.10.0 # Heroku Whitenoise==6.6.0 # 6.4.0 is first version that supports Django 4.2 -django-storages==1.42.2 # 1.42.2 is first version that supports Django 4.2 +django-storages==1.14.4 # 1.14.4 is first version that supports Django 4.2 boto3==1.26.165