From fb791e66c5c626109aa060bffc30281cae4911ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 13:58:01 +0000 Subject: [PATCH] chore(deps): bump the canary-pip-dependencies group Bumps the canary-pip-dependencies group in /canary with 2 updates: [aws-lambda-powertools[all,aws-sdk]](https://github.com/aws-powertools/powertools-lambda-python) and [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python). Updates `aws-lambda-powertools[all,aws-sdk]` from 3.10.0 to 3.11.0 - [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md) - [Commits](https://github.com/aws-powertools/powertools-lambda-python/compare/v3.10.0...v3.11.0) Updates `aws-lambda-powertools` from 3.10.0 to 3.11.0 - [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md) - [Commits](https://github.com/aws-powertools/powertools-lambda-python/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: aws-lambda-powertools[all,aws-sdk] dependency-version: 3.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: canary-pip-dependencies - dependency-name: aws-lambda-powertools dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: canary-pip-dependencies ... Signed-off-by: dependabot[bot] --- canary/dependencies/requirements.txt | 2 +- canary/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/canary/dependencies/requirements.txt b/canary/dependencies/requirements.txt index ed7bf3c..0a0740d 100644 --- a/canary/dependencies/requirements.txt +++ b/canary/dependencies/requirements.txt @@ -1 +1 @@ -aws-lambda-powertools==3.10.0 +aws-lambda-powertools==3.11.0 diff --git a/canary/requirements-dev.txt b/canary/requirements-dev.txt index 6305f97..04ac94a 100644 --- a/canary/requirements-dev.txt +++ b/canary/requirements-dev.txt @@ -1,3 +1,3 @@ black==25.1.0 -aws-lambda-powertools[all,aws-sdk]==3.10.0 +aws-lambda-powertools[all,aws-sdk]==3.11.0 boto3-stubs[dynamodb,kms]