From 10aeff4df6a71e570d1e38de87e0c69c276da982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:41:46 +0000 Subject: [PATCH] build(deps): update aws-xray-sdk requirement from ^2.13.0 to ^2.15.0 Updates the requirements on [aws-xray-sdk](https://github.com/aws/aws-xray-sdk-python) to permit the latest version. - [Release notes](https://github.com/aws/aws-xray-sdk-python/releases) - [Changelog](https://github.com/aws/aws-xray-sdk-python/blob/master/CHANGELOG.rst) - [Commits](https://github.com/aws/aws-xray-sdk-python/compare/2.13.0...2.15.0) --- updated-dependencies: - dependency-name: aws-xray-sdk dependency-version: 2.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddfa13b..40454a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.11" aws-lambda-powertools = "^3.0.0" pydantic = "^2.7.1" fastjsonschema = "^2.19.1" -aws-xray-sdk = "^2.13.0" +aws-xray-sdk = "^2.15.0" [tool.poetry.group.dev.dependencies]