From d93288af41fd3b2d272fce975f4f017b26dca957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:02:53 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 2 updates Updates the requirements on [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore) to permit the latest version. Updates `boto3` to 1.40.26 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.21...1.40.26) Updates `botocore` to 1.40.26 - [Commits](https://github.com/boto/botocore/compare/1.40.21...1.40.26) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.26 dependency-type: direct:production dependency-group: dependencies - dependency-name: botocore dependency-version: 1.40.26 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements-aws.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-aws.txt b/requirements-aws.txt index cdcb4ea7..31fe7763 100644 --- a/requirements-aws.txt +++ b/requirements-aws.txt @@ -1,2 +1,2 @@ -boto3~=1.40.21 -botocore~=1.40.21 +boto3~=1.40.26 +botocore~=1.40.26