Update dependency discord-webhook to v1

This commit is contained in:
renovate[bot]
2022-11-21 23:17:22 +00:00
committed by GitHub
parent cea3cce72e
commit f36d049fcb
2 changed files with 9 additions and 9 deletions

16
poetry.lock generated
View File

@ -165,21 +165,21 @@ readthedocs = ["Sphinx", "enum-tools[sphinx]", "furo", "sphinx-copybutton", "sph
type = "git"
url = "https://github.com/interactions-py/library.git"
reference = "unstable"
resolved_reference = "13544abaf5080e14bbe5b2028a6e12be231641bc"
resolved_reference = "e527a7d034f93781d2739a380a1c87c089fdf572"
[[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"
@ -481,7 +481,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "d6a5cb22ff5db1181c1a877bf8bf13852d2f724dba691fc2ae26161b0ddbd8ab"
content-hash = "fb758bd63b031610ed196e87b939ed4d665d375d527a3000a5ac4d44de761563"
[metadata.files]
aiohttp = [
@ -608,8 +608,8 @@ dateparser = [
dinteractions_Paginator = []
discord-py-interactions = []
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

@ -29,7 +29,7 @@ sqlalchemy = "^1.4.42"
discord-py-interactions = { git = "https://github.com/interactions-py/library.git", rev = "unstable" }
interactions-wait-for = "^1.0.6"
dinteractions-paginator = { git = "https://github.com/interactions-py/paginator.git", rev = "unstable" }
discord-webhook = "^0.17.0"
discord-webhook = "^1.0.0"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"