From 34225df56707a08510a2f24471310dd6c4a44251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 01:47:32 +0000 Subject: [PATCH] chore(deps): update boto3 requirement from >=1.43.58 to >=1.43.67 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.67) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.63 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..a5638f4 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.67