From 6a398d3ed46b0290690ecaeb903f7a2c1947327b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:05:20 +0000 Subject: [PATCH] DEP(deps): Update boto3 requirement from ~=1.24.52 to ~=1.42.5 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.5) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.5 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..908fd58b9 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.5 cachetools~=5.2.0 setuptools~=63.4.3 pytz~=2022.2