Browse Source

chore: boto3 bump

Timothy Jaeryang Baek 2 months ago
parent
commit
bef5e6bb29
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

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

+ 1 - 1
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",