From 154b63780b0038b513451f9383348557c46a2409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:05:16 +0000 Subject: [PATCH 1/2] chore(deps): bump aws-xray-sdk from 2.12.0 to 2.12.1 Bumps [aws-xray-sdk](https://github.com/aws/aws-xray-sdk-python) from 2.12.0 to 2.12.1. - [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.12.0...2.12.1) --- updated-dependencies: - dependency-name: aws-xray-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4c42bc06..3a9292e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -38,13 +38,13 @@ validation = ["fastjsonschema (>=2.14.5,<3.0.0)"] [[package]] name = "aws-xray-sdk" -version = "2.12.0" +version = "2.12.1" 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 = "*" +python-versions = ">=3.7" files = [ - {file = "aws-xray-sdk-2.12.0.tar.gz", hash = "sha256:295afc237073a80956d7d4f27c31830edcb9a8ccca9ef8aa44990badef15e5b7"}, - {file = "aws_xray_sdk-2.12.0-py2.py3-none-any.whl", hash = "sha256:30886e23cc2daadc1c06a76f25b071205e84848419d1ddf097b62a565e156542"}, + {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"}, ] [package.dependencies] @@ -1433,4 +1433,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0b8e33fb39559011b0b845c8959b99feb0c4352604cfb63abc5dd01e4fe99ea3" +content-hash = "d707581ad7c60d0cee8c991530e0fbb112c99896e784ec72796dad8d8d0a23f9" diff --git a/pyproject.toml b/pyproject.toml index 507f9676..13f89645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ boto3 = "^1.28.62" requests-toolbelt = "^1.0.0" click = "^8.1.7" discord-webhook = "^1.3.0" -aws-xray-sdk = "^2.12.0" +aws-xray-sdk = "^2.12.1" [tool.poetry.group.dev.dependencies] From 65c8ea6e8071c6dba5ba79eea663818f67e2fa2c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:05:39 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for chore(deps): bump aws-xray-sdk from 2.12.0 to 2.12.1 --- .changeset/severe-lime-salmon.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/severe-lime-salmon.md diff --git a/.changeset/severe-lime-salmon.md b/.changeset/severe-lime-salmon.md new file mode 100644 index 00000000..d0d2e97d --- /dev/null +++ b/.changeset/severe-lime-salmon.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump aws-xray-sdk from 2.12.0 to 2.12.1