From 2c00031175043eceae4fb59974b5f25c8e36a70b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:16:00 +0000 Subject: [PATCH] Bump boto3 from 1.42.91 to 1.43.2 Bumps [boto3](https://github.com/boto/boto3) from 1.42.91 to 1.43.2. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.91...1.43.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ebbe2b..7681759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ [dependency-groups] dev = [ # aiobotocore 3.5.0 cannot be installed with boto3 > 1.42.91 - "boto3==1.42.91", + "boto3==1.43.2", "ipython==9.13.0", "kafka-python==2.3.1", "pymongo==4.17.0",