From 1a23f933b92499b9fef4e75d925a0205c0fe50fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 01:29:19 +0000 Subject: [PATCH] DEP(deps): Update boto3 requirement from ~=1.24.52 to ~=1.42.26 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.24.52...1.42.26) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.26 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..cc7a16e60 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.42.26 cachetools~=5.2.0 setuptools~=63.4.3 pytz~=2022.2