From f34236f00d5d10cf437a7bdfa946e779b3bbdc65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 20:21:50 +0000 Subject: [PATCH] DEP(deps): Update boto3 requirement from ~=1.24.52 to ~=1.39.1 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.39.1) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.39.1 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..0aa043801 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.39.1 cachetools~=5.2.0 setuptools~=63.4.3 pytz~=2022.2