From a578d89f674165e5be660bd3308d95e36e9cb191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:23:52 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.43.70 to 1.43.72 Bumps [boto3](https://github.com/boto/boto3) from 1.43.70 to 1.43.72. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.70...1.43.72) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.72 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed296c0fbff..b68f271ca40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ # Model providers & cloud SDKs "anthropic==0.121.0", - "boto3==1.43.70", + "boto3==1.43.72", "cohere==7.0.8", "dashscope==1.26.7", "qianfan==0.4.12.3",