From e717cf3c3dcfb8a0948edd9ba88f965f995cef87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:18:54 +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.19.0 to 3.20.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.19.0...v3.20.0) Updates `aws-lambda-powertools` from 3.19.0 to 3.20.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.19.0...v3.20.0) --- updated-dependencies: - dependency-name: aws-lambda-powertools[all,aws-sdk] dependency-version: 3.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: canary-pip-dependencies - dependency-name: aws-lambda-powertools dependency-version: 3.20.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 f9cf2ed..32a8381 100644 --- a/canary/dependencies/requirements.txt +++ b/canary/dependencies/requirements.txt @@ -1 +1 @@ -aws-lambda-powertools==3.19.0 +aws-lambda-powertools==3.20.0 diff --git a/canary/requirements-dev.txt b/canary/requirements-dev.txt index feef561..abd8a3e 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.19.0 +aws-lambda-powertools[all,aws-sdk]==3.20.0 boto3-stubs[dynamodb,kms]