From 0a425a04aa048789f5c0e6819b4f3d302261d6de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:35:41 +0000 Subject: [PATCH] chore(deps): update aws-lambda-powertools requirement in /unicorn_web 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.25.0...v3.27.0) --- updated-dependencies: - dependency-name: aws-lambda-powertools dependency-version: 3.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- unicorn_web/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unicorn_web/pyproject.toml b/unicorn_web/pyproject.toml index d650eff..e98ca88 100644 --- a/unicorn_web/pyproject.toml +++ b/unicorn_web/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" requires-python = ">=3.13" dependencies = [ - "aws-lambda-powertools[tracer]>=3.25.0", + "aws-lambda-powertools[tracer]>=3.27.0", "aws-xray-sdk>=2.15.0", "boto3>=1.42.68", "requests>=2.32.5", @@ -18,7 +18,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "aws-lambda-powertools[all]>=3.25.0", + "aws-lambda-powertools[all]>=3.27.0", "moto[dynamodb,events,sqs]>=5.1.22", "importlib-metadata>=8.7.1", "pyyaml>=6.0.3",