From 30b5341b43a3f4f53e6d4e4cc1c3380a513acb7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:19:57 +0000 Subject: [PATCH] Bump aws-xray-sdk from 2.12.1 to 2.13.0 (#1712) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8c39ad18ed..0f9cbf8c24 100644 --- a/poetry.lock +++ b/poetry.lock @@ -39,13 +39,13 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte [[package]] name = "aws-xray-sdk" -version = "2.12.1" +version = "2.13.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" files = [ - {file = "aws-xray-sdk-2.12.1.tar.gz", hash = "sha256:0bbfdbc773cfef4061062ac940b85e408297a2242f120bcdfee2593209b1e432"}, - {file = "aws_xray_sdk-2.12.1-py2.py3-none-any.whl", hash = "sha256:f6803832dc08d18cc265e2327a69bfa9ee41c121fac195edc9745d04b7a566c3"}, + {file = "aws-xray-sdk-2.13.0.tar.gz", hash = "sha256:816186126917bc35ae4e6e2f304702a43d494ecef34a39e6330f5018bdecc9f5"}, + {file = "aws_xray_sdk-2.13.0-py2.py3-none-any.whl", hash = "sha256:d18604a8688b4bed03ce4a858cc9acd72b71400e085bf7512fc31cf657ca85f9"}, ] [package.dependencies] @@ -4481,4 +4481,4 @@ lxml = ">=3.8" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "c24e029577962127d26e6e7391c9335489073cebb393c59526598dad6eab4ada" +content-hash = "29ad84378ad995a430786af66939ec943fb6075bf9dec772e6a89f61e6816de4" diff --git a/pyproject.toml b/pyproject.toml index fcdd65d460..88d6084f51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -189,7 +189,7 @@ version = "0" # Version number is managed with tags in git [tool.poetry.dependencies] alembic = {extras = ["tz"], version = "^1.8.1"} -aws-xray-sdk = "~2.12" +aws-xray-sdk = "~2.13" bcrypt = "^4.0.1" boto3 = "^1.28" certifi = "*"