From a7da89534f64ba6a47cde4b0e9295b6ae411a9b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:01:39 +0000 Subject: [PATCH] Update aws-lambda-powertools[tracer] requirement in /application Updates the requirements on [aws-lambda-powertools[tracer]](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.22.0) --- updated-dependencies: - dependency-name: aws-lambda-powertools[tracer] dependency-version: 3.22.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/send_email/requirements.txt | 2 +- application/service_matcher/requirements.txt | 2 +- application/service_sync/requirements.txt | 2 +- application/slack_messenger/requirements.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/application/change_event_dlq_handler/requirements.txt b/application/change_event_dlq_handler/requirements.txt index cfb1c4805..0f8d95781 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.22.0 diff --git a/application/dos_db_handler/requirements.txt b/application/dos_db_handler/requirements.txt index 69d278fcb..3157afba4 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.22.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..0f8d95781 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.22.0 diff --git a/application/event_replay/requirements.txt b/application/event_replay/requirements.txt index 6d1940542..bad8f1951 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.22.0 simplejson diff --git a/application/send_email/requirements.txt b/application/send_email/requirements.txt index cfb1c4805..0f8d95781 100644 --- a/application/send_email/requirements.txt +++ b/application/send_email/requirements.txt @@ -1 +1 @@ -aws-lambda-powertools[tracer] ~= 3.20.0 +aws-lambda-powertools[tracer] ~= 3.22.0 diff --git a/application/service_matcher/requirements.txt b/application/service_matcher/requirements.txt index 0a79a142c..d7346f8f6 100644 --- a/application/service_matcher/requirements.txt +++ b/application/service_matcher/requirements.txt @@ -1,3 +1,3 @@ -aws-lambda-powertools[tracer] ~= 3.20.0 +aws-lambda-powertools[tracer] ~= 3.22.0 psycopg[binary] pytz diff --git a/application/service_sync/requirements.txt b/application/service_sync/requirements.txt index 0a79a142c..d7346f8f6 100644 --- a/application/service_sync/requirements.txt +++ b/application/service_sync/requirements.txt @@ -1,3 +1,3 @@ -aws-lambda-powertools[tracer] ~= 3.20.0 +aws-lambda-powertools[tracer] ~= 3.22.0 psycopg[binary] pytz diff --git a/application/slack_messenger/requirements.txt b/application/slack_messenger/requirements.txt index 29dd94270..8a71e0493 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.22.0 requests