From 809ae64c9c23583952e5e7caf250725360114502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:23:20 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.43.42 to 1.43.44 --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.44 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 d956c2ac32e..cb71de05cba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ # Model providers & cloud SDKs "anthropic==0.116.0", - "boto3==1.43.42", + "boto3==1.43.44", "cohere==7.0.5", "dashscope==1.26.2", "qianfan==0.4.12.3",