From 1f53ee92a9a9df67458115ae2c560b2f2594e012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:23:24 +0000 Subject: [PATCH] chore(deps): bump the api-pip-dependencies group in /api with 2 updates Bumps the api-pip-dependencies group in /api with 2 updates: [aws-lambda-powertools[all,aws-sdk]](https://github.com/aws-powertools/powertools-lambda-python) and [aws-lambda-powertools[parser,tracer]](https://github.com/aws-powertools/powertools-lambda-python). Updates `aws-lambda-powertools[all,aws-sdk]` from 2.42.0 to 2.43.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/v2.42.0...v2.43.0) Updates `aws-lambda-powertools[parser,tracer]` from 2.42.0 to 2.43.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/v2.42.0...v2.43.0) --- updated-dependencies: - dependency-name: aws-lambda-powertools[all,aws-sdk] dependency-type: direct:development update-type: version-update:semver-minor dependency-group: api-pip-dependencies - dependency-name: aws-lambda-powertools[parser,tracer] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: api-pip-dependencies ... Signed-off-by: dependabot[bot] --- api/dependencies/requirements.txt | 2 +- api/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/dependencies/requirements.txt b/api/dependencies/requirements.txt index 71e40e9..cf5f915 100644 --- a/api/dependencies/requirements.txt +++ b/api/dependencies/requirements.txt @@ -1,4 +1,4 @@ -aws-lambda-powertools[tracer,parser]==2.42.0 +aws-lambda-powertools[tracer,parser]==2.43.0 cryptography==43.0.0 # uncomment when https://github.com/ctz/hpke-py/pull/6 is merged #hpke==0.3.0 diff --git a/api/requirements-dev.txt b/api/requirements-dev.txt index 0da4e19..8344a84 100644 --- a/api/requirements-dev.txt +++ b/api/requirements-dev.txt @@ -1,4 +1,4 @@ black==24.8.0 -aws-lambda-powertools[all,aws-sdk]==2.42.0 +aws-lambda-powertools[all,aws-sdk]==2.43.0 mypy-boto3-dynamodb==1.34.148 mypy-boto3-kms==1.34.126