From e1974822516196f7994e08926129a3279ba23763 Mon Sep 17 00:00:00 2001 From: BigDaddyAman <139612136+BigDaddyAman@users.noreply.github.com> Date: Tue, 25 Nov 2025 05:03:10 +0800 Subject: [PATCH] Update boto3 to 1.41.3 and python-dotenv to 1.2.1 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fbf4726..2ad5bf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -boto3==1.40.37 +boto3==1.41.3 psycopg2-binary==2.9.10 -python-dotenv==1.1.1 +python-dotenv==1.2.1 py7zr==1.0.0 schedule==1.2.2 \ No newline at end of file