From 4336b7e9771958fb891c34e259c8f5543ce85a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:53:15 +0000 Subject: [PATCH] Update boto3 requirement from >=1.33 to >=1.43.56 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.33.0...1.43.56) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.56 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- test/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index b26eb9fc01d5..2377fa1693f0 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -6,7 +6,7 @@ invoke<2.1.0 pyfiglet==0.8.post1 reprint==0.5.2 ruamel.yaml==0.18.6 -boto3>=1.33 +boto3>=1.43.56 black==23.3.0 junit-xml==1.9 toml==0.10.2 diff --git a/test/requirements.txt b/test/requirements.txt index 5b32f3d68f9d..c8ffc92f3674 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -11,7 +11,7 @@ pytest-json-report pytest-xdist sagemaker>=2,<3 xmltodict -boto3>=1.33 +boto3>=1.43.56 retrying gitpython pytz