From ad95a416b321c4ad713cb511742f2757757d0a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 07:56:00 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.42.74 to 1.42.81 Bumps [boto3](https://github.com/boto/boto3) from 1.42.74 to 1.42.81. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.74...1.42.81) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.81 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 51f4227..9228992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = { text = "Apache 2.0" } dependencies = [ "anthropic==0.86.0", "beautifulsoup4==4.14.3", - "boto3==1.42.74", + "boto3==1.42.81", "fastapi==0.135.2", "gradio==6.10.0", "numpy==2.4.3",