From fbeee28a03a9ef731ee1e37d8fe6fc28591ef60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:04:46 +0000 Subject: [PATCH] DEP(deps): Update boto3 requirement from ~=1.24.52 to ~=1.38.41 --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.41 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e08419a61..9f028a7b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pytest requests~=2.28.1 six>=1.15,<2 -boto3~=1.24.52 +boto3~=1.38.41 cachetools~=5.2.0 setuptools~=63.4.3 pytz~=2022.2