From 1bf3ba3769c0fdf29b0096beab622603025e5da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:46:56 +0000 Subject: [PATCH] deps: bump boto3 from 1.42.92 to 1.42.97 Bumps [boto3](https://github.com/boto/boto3) from 1.42.92 to 1.42.97. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.92...1.42.97) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.97 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 8995d1a..1e86544 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.42.92 +boto3==1.42.97 fastapi==0.136.0 uvicorn[standard]==0.44.0 python-dateutil==2.9.0.post0