From c0e219b80d1047083cdc1783d3b9373c43fcab18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:45:04 +0000 Subject: [PATCH] deps: bump boto3 from 1.43.20 to 1.43.24 Bumps [boto3](https://github.com/boto/boto3) from 1.43.20 to 1.43.24. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.20...1.43.24) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.24 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 d42da28..dfbf2c1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.43.20 +boto3==1.43.24 fastapi==0.136.3 uvicorn[standard]==0.48.0 python-dateutil==2.9.0.post0