From 220555a114eda2bd6b96d982f4bd38eaacd123c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 01:21:41 +0000 Subject: [PATCH] chore: bump botocore from 1.35.99 to 1.42.66 Bumps [botocore](https://github.com/boto/botocore) from 1.35.99 to 1.42.66. - [Commits](https://github.com/boto/botocore/compare/1.35.99...1.42.66) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.42.66 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e720899..f73894e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,7 +22,7 @@ hiredis==3.3.0 # AWS S3 for File Storage boto3==1.35.99 -botocore==1.35.99 +botocore==1.42.66 # Email email-validator==2.3.0