From b7229504fec970f7d3eaf9e8264cdc6666e188cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:23:29 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.43.47 to 1.43.49 Bumps [boto3](https://github.com/boto/boto3) from 1.43.47 to 1.43.49. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.47...1.43.49) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.49 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 282a411d308..9374eec977e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ # Model providers & cloud SDKs "anthropic==0.116.0", - "boto3==1.43.47", + "boto3==1.43.49", "cohere==7.0.5", "dashscope==1.26.3", "qianfan==0.4.12.3",