From 0f74c001225c287903879c46638eea19cc6bc9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:41:06 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.35.30 to 1.42.83 in /apps/api Bumps [boto3](https://github.com/boto/boto3) from 1.35.30 to 1.42.83. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.30...1.42.83) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.83 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 27d9003..d6f96d7 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -8,7 +8,7 @@ pydantic-settings==2.5.2 python-jose[cryptography]==3.5.0 bcrypt==4.2.0 python-multipart==0.0.12 -boto3==1.35.30 +boto3==1.42.83 celery[redis]==5.4.0 redis==5.1.0 httpx==0.27.2