From c9727f0ff4fde874fed010c1438eeb6f6a621e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 07:55:27 +0000 Subject: [PATCH] Bump boto3 from 1.42.74 to 1.42.76 Bumps [boto3](https://github.com/boto/boto3) from 1.42.74 to 1.42.76. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.74...1.42.76) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.76 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 a8d0a35..678c484 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.76", "fastapi==0.135.2", "gradio==6.10.0", "numpy==2.4.3",