From f66407aac7e2271330554ff64eff4fce874263bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:29:42 +0000 Subject: [PATCH] Update awslambdaric requirement in /diff-generator Updates the requirements on [awslambdaric](https://github.com/aws/aws-lambda-python-runtime-interface-client) to permit the latest version. - [Release notes](https://github.com/aws/aws-lambda-python-runtime-interface-client/releases) - [Changelog](https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/main/RELEASE.CHANGELOG.md) - [Commits](https://github.com/aws/aws-lambda-python-runtime-interface-client/commits) --- updated-dependencies: - dependency-name: awslambdaric dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- diff-generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-generator/requirements.txt b/diff-generator/requirements.txt index 1979cac..9af7921 100644 --- a/diff-generator/requirements.txt +++ b/diff-generator/requirements.txt @@ -1,3 +1,3 @@ requests>=2.33.1,<3 -awslambdaric>=2.0.7,<5 +awslambdaric>=4.0.0,<5 boto3>=1.28.70,<2