From 167aad7d3c9082166737eaf9ae67931e5cad2234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:26:26 +0000 Subject: [PATCH] chore(deps): bump aws-lambda-powertools in /lambda/src Bumps [aws-lambda-powertools](https://github.com/awslabs/aws-lambda-powertools-python) from 1.10.5 to 1.11.0. - [Release notes](https://github.com/awslabs/aws-lambda-powertools-python/releases) - [Changelog](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.10.5...v1.11.0) Signed-off-by: dependabot[bot] --- lambda/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/src/requirements.txt b/lambda/src/requirements.txt index e244100f..b33e53a2 100644 --- a/lambda/src/requirements.txt +++ b/lambda/src/requirements.txt @@ -1,2 +1,2 @@ -aws-lambda-powertools==1.10.5 +aws-lambda-powertools==1.11.0 boto3==1.17.13