From 0691a8cbb8db099b94bfa6a1cd9b65d9c8c448b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:52:24 +0000 Subject: [PATCH] Update aws-lambda-powertools requirement in /application Updates the requirements on [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) to permit the latest version. - [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.20.0...v3.28.0) --- updated-dependencies: - dependency-name: aws-lambda-powertools dependency-version: 3.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- application/change_event_dlq_handler/requirements.txt | 2 +- application/dos_db_handler/requirements.txt | 2 +- application/dos_db_update_dlq_handler/requirements.txt | 2 +- application/event_replay/requirements.txt | 2 +- application/ingest_change_event/requirements.txt | 2 +- application/quality_checker/requirements.txt | 2 +- application/service_matcher/requirements.txt | 2 +- application/service_sync/requirements.txt | 2 +- application/slack_messenger/requirements.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/application/change_event_dlq_handler/requirements.txt b/application/change_event_dlq_handler/requirements.txt index cfb1c4805..5a1bf8c26 100644 --- a/application/change_event_dlq_handler/requirements.txt +++ b/application/change_event_dlq_handler/requirements.txt @@ -1 +1 @@ -aws-lambda-powertools[tracer] ~= 3.20.0 +aws-lambda-powertools[tracer] ~= 3.28.0 diff --git a/application/dos_db_handler/requirements.txt b/application/dos_db_handler/requirements.txt index 69d278fcb..bb6f1075b 100644 --- a/application/dos_db_handler/requirements.txt +++ b/application/dos_db_handler/requirements.txt @@ -1,2 +1,2 @@ -aws-lambda-powertools[tracer] ~= 3.20.0 +aws-lambda-powertools[tracer] ~= 3.28.0 psycopg[binary] diff --git a/application/dos_db_update_dlq_handler/requirements.txt b/application/dos_db_update_dlq_handler/requirements.txt index cfb1c4805..5a1bf8c26 100644 --- a/application/dos_db_update_dlq_handler/requirements.txt +++ b/application/dos_db_update_dlq_handler/requirements.txt @@ -1 +1 @@ -aws-lambda-powertools[tracer] ~= 3.20.0 +aws-lambda-powertools[tracer] ~= 3.28.0 diff --git a/application/event_replay/requirements.txt b/application/event_replay/requirements.txt index 6d1940542..cfd0dfbb5 100644 --- a/application/event_replay/requirements.txt +++ b/application/event_replay/requirements.txt @@ -1,2 +1,2 @@ -aws-lambda-powertools[tracer] ~= 3.20.0 +aws-lambda-powertools[tracer] ~= 3.28.0 simplejson diff --git a/application/ingest_change_event/requirements.txt b/application/ingest_change_event/requirements.txt index 6221c3047..6eb449dd9 100644 --- a/application/ingest_change_event/requirements.txt +++ b/application/ingest_change_event/requirements.txt @@ -1 +1 @@ -aws-lambda-powertools[tracer, validation] ~= 3.20.0 +aws-lambda-powertools[tracer, validation] ~= 3.28.0 diff --git a/application/quality_checker/requirements.txt b/application/quality_checker/requirements.txt index 1becb7954..4d55a8871 100644 --- a/application/quality_checker/requirements.txt +++ b/application/quality_checker/requirements.txt @@ -1,2 +1,2 @@ -aws-lambda-powertools[tracer, validation] ~= 3.20.0 +aws-lambda-powertools[tracer, validation] ~= 3.28.0 psycopg[binary] diff --git a/application/service_matcher/requirements.txt b/application/service_matcher/requirements.txt index 69d278fcb..bb6f1075b 100644 --- a/application/service_matcher/requirements.txt +++ b/application/service_matcher/requirements.txt @@ -1,2 +1,2 @@ -aws-lambda-powertools[tracer] ~= 3.20.0 +aws-lambda-powertools[tracer] ~= 3.28.0 psycopg[binary] diff --git a/application/service_sync/requirements.txt b/application/service_sync/requirements.txt index 69d278fcb..bb6f1075b 100644 --- a/application/service_sync/requirements.txt +++ b/application/service_sync/requirements.txt @@ -1,2 +1,2 @@ -aws-lambda-powertools[tracer] ~= 3.20.0 +aws-lambda-powertools[tracer] ~= 3.28.0 psycopg[binary] diff --git a/application/slack_messenger/requirements.txt b/application/slack_messenger/requirements.txt index 29dd94270..1e7719802 100644 --- a/application/slack_messenger/requirements.txt +++ b/application/slack_messenger/requirements.txt @@ -1,2 +1,2 @@ -aws-lambda-powertools[tracer] ~= 3.20.0 +aws-lambda-powertools[tracer] ~= 3.28.0 requests