From bba149f8805e65588110b0904c34d200403835c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 20:23:27 +0000 Subject: [PATCH 1/2] Bump discord-webhook from 1.2.0 to 1.3.0 Bumps [discord-webhook](https://github.com/lovvskillz/python-discord-webhook) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/lovvskillz/python-discord-webhook/releases) - [Changelog](https://github.com/lovvskillz/python-discord-webhook/blob/master/CHANGES.md) - [Commits](https://github.com/lovvskillz/python-discord-webhook/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: discord-webhook dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b7afd121..aa41608d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -503,13 +503,13 @@ graph = ["objgraph (>=1.7.2)"] [[package]] name = "discord-webhook" -version = "1.2.0" +version = "1.3.0" description = "Easily send Discord webhooks with Python" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "discord-webhook-1.2.0.tar.gz", hash = "sha256:5c46ab3ad3f47f5f046c897078b16a5ba15b70e9b957707bf9d086d232642441"}, - {file = "discord_webhook-1.2.0-py3-none-any.whl", hash = "sha256:135b2a0136b77d0b4aadbea29e9e2a481898e20064a3f47c041709ada25a0ee8"}, + {file = "discord_webhook-1.3.0-py3-none-any.whl", hash = "sha256:666d57037620feff6fd0f6930714201eee8ca279003d3d217c1ad0ca0049e93b"}, + {file = "discord_webhook-1.3.0.tar.gz", hash = "sha256:1d44e6caf81810c5ebe6e2363a6fefee2cab915ad4c2e843a0ec088b0e54ed51"}, ] [package.dependencies] @@ -1475,4 +1475,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c7b51649eb41cec5367ad104ea0a53d54bcf108f23be67f8e7d4bf85b4a29288" +content-hash = "ae7ecddde693ffff213f1d34d3c2d749b8a2abea0ac73e76ab36e96f582fe59d" diff --git a/pyproject.toml b/pyproject.toml index 4a85197e..e596d667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ jmespath = "^1.0.1" boto3 = "^1.28.35" requests-toolbelt = "^1.0.0" click = "^8.1.3" -discord-webhook = "^1.1.0" +discord-webhook = "^1.3.0" aws-xray-sdk = "^2.12.0" From ab7ce9ff247ee648e2d83889eecd934628de4357 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 20:23:48 +0000 Subject: [PATCH 2/2] docs(changeset): add changeset fragment for Bump discord-webhook from 1.2.0 to 1.3.0 --- .changeset/odd-amber-tuna.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/odd-amber-tuna.md diff --git a/.changeset/odd-amber-tuna.md b/.changeset/odd-amber-tuna.md new file mode 100644 index 00000000..2ef7f13e --- /dev/null +++ b/.changeset/odd-amber-tuna.md @@ -0,0 +1,8 @@ +--- +'arcane-scripts': patch +--- + + + +Bump discord-webhook from 1.2.0 to 1.3.0 +