From f31053a5604b0d919a2abd66e6b3b5dda018ee21 Mon Sep 17 00:00:00 2001
From: Jacob Coffee <jacob@z7x.org>
Date: Thu, 12 Sep 2024 14:50:47 -0500
Subject: [PATCH] fix: update `django-storages` version (#2533)

---
 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