From f61682611922d5042ef801006509d8fb8f3d91b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 01:43:52 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.43.70 to 1.43.83 Bumps [boto3](https://github.com/boto/boto3) from 1.43.70 to 1.43.83. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.70...1.43.83) --- 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 e357f4cf671..272a1b4cb44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ # Model providers & cloud SDKs "anthropic==0.122.0", - "boto3==1.43.70", + "boto3==1.43.83", "cohere==7.0.8", "dashscope==1.26.7", "qianfan==0.4.12.3",