From 0b009f2318acbcb25c77514a31dc81c3a6df4cec Mon Sep 17 00:00:00 2001 From: brittkhat <83617860+brittkhat@users.noreply.github.com> Date: Fri, 8 Dec 2023 02:15:24 +0000 Subject: [PATCH] bumping django google storage to 1.14.2 --- requirements-prd.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prd.txt b/requirements-prd.txt index f15504165..b2d996257 100644 --- a/requirements-prd.txt +++ b/requirements-prd.txt @@ -1,6 +1,6 @@ Django==3.2.11 wagtail==3.0.0 -django-storages[google]==1.12 +django-storages[google]==1.14.2 django-canonical-domain==0.3.0 pymemcache==4.0.0 mysqlclient==2.0.1 diff --git a/requirements.txt b/requirements.txt index b5d0c43d8..459b244f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django==3.2.11 wagtail==3.0.0 git+https://github.com/ubyssey/django-google-storage.git@v0.5.4#egg=django-google-storage-updated -django-storages[google]==1.13.2 +django-storages[google]==1.14.2 django-canonical-domain==0.3.0 pymemcache==4.0.0 mysqlclient==2.0.1