diff --git a/poetry.lock b/poetry.lock index 2b35ec31d..bb1374821 100644 --- a/poetry.lock +++ b/poetry.lock @@ -232,14 +232,14 @@ cryptography = "*" [[package]] name = "aws-xray-sdk" -version = "2.14.0" +version = "2.15.0" description = "The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and emit information from within their applications to the AWS X-Ray service." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "aws_xray_sdk-2.14.0-py2.py3-none-any.whl", hash = "sha256:cfbe6feea3d26613a2a869d14c9246a844285c97087ad8f296f901633554ad94"}, - {file = "aws_xray_sdk-2.14.0.tar.gz", hash = "sha256:aab843c331af9ab9ba5cefb3a303832a19db186140894a523edafc024cc0493c"}, + {file = "aws_xray_sdk-2.15.0-py2.py3-none-any.whl", hash = "sha256:422d62ad7d52e373eebb90b642eb1bb24657afe03b22a8df4a8b2e5108e278a3"}, + {file = "aws_xray_sdk-2.15.0.tar.gz", hash = "sha256:794381b96e835314345068ae1dd3b9120bd8b4e21295066c37e8814dbb341365"}, ] [package.dependencies] @@ -3720,4 +3720,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "df3f523eec7b7aa48243050169f92dbfe6d22fe5c14d58536afe73ce7c8ee7b0" +content-hash = "aedfac585b3b99ae84e6480d95e66eba232b5438d271c03529b4cb41c095d460" diff --git a/pyproject.toml b/pyproject.toml index 6bc9c486a..d724cbf41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python-dateutil = "^2.9.0" pyhamcrest = "^2.1.0" boto3 = "^1.40.57" botocore = "^1.40.57" -aws-xray-sdk = "2.14.0" +aws-xray-sdk = "2.15.0" [tool.poetry.group.dev.dependencies] ruff = "^0.11.13"