From 9760dd0fdb295a73d45a5ca86c87cb0ff73fbdfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 01:14:50 +0000 Subject: [PATCH] chore(deps): update boto3 requirement from >=1.43.58 to >=1.43.68 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.58...1.43.68) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.68 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-lambda.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lambda.txt b/requirements-lambda.txt index 61c0e95..dad385e 100644 --- a/requirements-lambda.txt +++ b/requirements-lambda.txt @@ -2,4 +2,4 @@ # boto3 is pre-installed in the Lambda runtime but included here so the # handler is testable locally and in CI. -r requirements.txt -boto3>=1.43.58 +boto3>=1.43.68