From bef5e6bb29d4945aaeedacad724e991674829024 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 8 Aug 2025 12:26:45 +0400 Subject: [PATCH] chore: boto3 bump --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 44488fd725..793e7d5332 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -27,7 +27,7 @@ bcrypt==4.3.0 pymongo redis -boto3==1.35.53 +boto3==1.40.5 argon2-cffi==23.1.0 APScheduler==3.10.4 diff --git a/pyproject.toml b/pyproject.toml index e6383ac9b0..8c1c3cc6a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pymongo", "redis", - "boto3==1.35.53", + "boto3==1.40.5", "argon2-cffi==23.1.0", "APScheduler==3.10.4",