Update dependency discord-webhook to v1

This commit is contained in:
renovate[bot]
2022-11-22 00:43:06 +00:00
committed by GitHub
parent 810d1ba33e
commit beea4b6fa6
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View File

@ -78,17 +78,17 @@ test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"]
[[package]]
name = "discord-webhook"
version = "0.17.0"
version = "1.0.0"
description = "execute discord webhooks"
category = "main"
optional = false
python-versions = "*"
python-versions = ">=3.8,<4.0"
[package.dependencies]
requests = ">=2.19.1"
requests = ">=2.28.1,<3.0.0"
[package.extras]
async = ["httpx (>=0.20.0)"]
async = ["httpx (>=0.23.0,<0.24.0)"]
[[package]]
name = "exceptiongroup"
@ -333,7 +333,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "bbe1bca6957497ebf5b9e7dde121c85a6b82a9dc7bd77d057ef5d33429fe4300"
content-hash = "297c611b5311b9fdac1292615635ed563e47ae914ddbde9707d4b480f732d6b1"
[metadata.files]
attrs = [
@ -365,8 +365,8 @@ commonmark = [
{file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"},
]
discord-webhook = [
{file = "discord-webhook-0.17.0.tar.gz", hash = "sha256:bb47e5fc83f73614d7b2a3764b84359b52c96a94aadf3302bc3c067dd21b43cc"},
{file = "discord_webhook-0.17.0-py3-none-any.whl", hash = "sha256:d869849c4834f928f5c22597dc7600b1a30f9e797d1aeb1d4196711a243d9a73"},
{file = "discord-webhook-1.0.0.tar.gz", hash = "sha256:b1ef5ae80ec9b28c978b7dbff07b9db2fd6597d728ac0524b27cd02336cedfca"},
{file = "discord_webhook-1.0.0-py3-none-any.whl", hash = "sha256:b4bb897d32509c5bedc6e1c8485431e8ba81eff5bec28a969c9fe33552a08da4"},
]
exceptiongroup = [
{file = "exceptiongroup-1.0.4-py3-none-any.whl", hash = "sha256:542adf9dea4055530d6e1279602fa5cb11dab2395fa650b8674eaec35fc4a828"},

View File

@ -8,7 +8,7 @@ authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
python = "^3.9"
reader = "^3.2"
typer = { extras = ["all"], version = "^0.7.0" }
discord-webhook = "^0.17.0"
discord-webhook = "^1.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"