From c5a39836f3c941d8892e0eeeecc5ddadb72eaaf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:50:20 +0000 Subject: [PATCH] deps: bump boto3 from 1.43.24 to 1.43.29 Bumps [boto3](https://github.com/boto/boto3) from 1.43.24 to 1.43.29. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.24...1.43.29) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3899fa8..2c71cd9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.43.24 +boto3==1.43.29 fastapi==0.137.1 uvicorn[standard]==0.49.0 python-dateutil==2.9.0.post0