From 0f8ecc5fcf37439d607675e7e7a39751391c3ad5 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Fri, 31 Jan 2025 19:27:49 +0000 Subject: [PATCH] Update boto3 Remove explicit botocore dependency, as boto3 already depends on it --- requirements/production.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements/production.txt b/requirements/production.txt index b389064bf..d32cf47ef 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -4,11 +4,10 @@ elasticsearch==5.5.3 uwsgi>=2.0.17,<2.1 psycopg[binary]>=3.1,<3.2 whitenoise==6.6.0 -boto3==1.9.189 +boto3>=1.37,<1.38 google-cloud-storage==2.13.0 django-storages==1.14.2 # For retrieving credentials and signing requests to Elasticsearch -botocore>=1.12.33,<1.13 aws-requests-auth==0.4.3 django-redis==5.4.0 django-basic-auth-ip-whitelist>=0.6,<0.7