From b8a4188ba1dd131da25e09f0e63dedd7d44fb637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:49:01 +0000 Subject: [PATCH] MESH-2092 py dev (deps): Bump boto3 from 1.42.75 to 1.43.4 Bumps [boto3](https://github.com/boto/boto3) from 1.42.75 to 1.43.4. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.75...1.43.4) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 24f3817..438a369 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ aws-lambda-powertools==2.43.1 ; python_version >= "3.11" and python_version < "4.0" boto3-stubs==1.42.96 ; python_version >= "3.11" and python_version < "4.0" -boto3==1.42.75 ; python_version >= "3.11" and python_version < "4.0" +boto3==1.43.4 ; python_version >= "3.11" and python_version < "4.0" botocore-stubs==1.42.41 ; python_version >= "3.11" and python_version < "4.0" botocore==1.42.75 ; python_version >= "3.11" and python_version < "4.0" certifi==2026.2.25 ; python_version >= "3.11" and python_version < "4.0"