From 1cfc995367b3324e69933ecfdf128f3866a83a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:20:15 +0000 Subject: [PATCH] chore: bump botocore from 1.42.66 to 1.42.68 Bumps [botocore](https://github.com/boto/botocore) from 1.42.66 to 1.42.68. - [Commits](https://github.com/boto/botocore/compare/1.42.66...1.42.68) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.42.68 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 65f0f0a..94b46f7 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.42.66 +botocore==1.42.68 # Email email-validator==2.3.0