From a426c78dacbeff2f9a0047840dcd7a7dcae46768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:53:07 +0000 Subject: [PATCH] Update boto3 requirement from >=1.33 to >=1.43.53 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.53) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.53 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..6b477a21397b 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.53 black==23.3.0 junit-xml==1.9 toml==0.10.2 diff --git a/test/requirements.txt b/test/requirements.txt index 5b32f3d68f9d..7f6ccfa01d50 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.53 retrying gitpython pytz