From e572b3659be0db83028254cc11f4838f5c8db7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:43:11 +0000 Subject: [PATCH] chore(deps): bump the canary-pip-dependencies group across 1 directory with 3 updates Bumps the canary-pip-dependencies group with 3 updates in the /canary directory: [black](https://github.com/psf/black), [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 `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.1.0...25.9.0) 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: black dependency-version: 25.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: canary-pip-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 | 4 ++-- 2 files changed, 3 insertions(+), 3 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..0c11360 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 +black==25.9.0 +aws-lambda-powertools[all,aws-sdk]==3.20.0 boto3-stubs[dynamodb,kms]