From f6b73152bc18ac229f02472be6f5cf48bf303922 Mon Sep 17 00:00:00 2001 From: Aiden Dai Date: Tue, 25 Jun 2024 17:29:47 +0800 Subject: [PATCH] Update boto3 version --- src/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 3af1653..3d4663e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -5,5 +5,5 @@ mangum==0.17.0 tiktoken==0.6.0 requests==2.32.3 numpy==1.26.4 -boto3==1.34.117 -botocore==1.34.117 \ No newline at end of file +boto3==1.34.132 +botocore==1.34.132 \ No newline at end of file