Update dependency discord-webhook to v1
This commit is contained in:
14
poetry.lock
generated
14
poetry.lock
generated
@ -69,17 +69,17 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "discord-webhook"
|
name = "discord-webhook"
|
||||||
version = "0.17.0"
|
version = "1.0.0"
|
||||||
description = "execute discord webhooks"
|
description = "execute discord webhooks"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = ">=3.8,<4.0"
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
requests = ">=2.19.1"
|
requests = ">=2.28.1,<3.0.0"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
async = ["httpx (>=0.20.0)"]
|
async = ["httpx (>=0.23.0,<0.24.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "exceptiongroup"
|
name = "exceptiongroup"
|
||||||
@ -475,7 +475,7 @@ python-versions = ">=3.7"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "711f4cd89457c25a69e64cb3115c5eb068fc9e33910d7f5fcda2340dc34f513c"
|
content-hash = "c8fc7315f397e8cc33c007f249770b24786cbdcf715b1d6fef520a916f29bf70"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
anyio = [
|
anyio = [
|
||||||
@ -503,8 +503,8 @@ colorama = [
|
|||||||
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
||||||
]
|
]
|
||||||
discord-webhook = [
|
discord-webhook = [
|
||||||
{file = "discord-webhook-0.17.0.tar.gz", hash = "sha256:bb47e5fc83f73614d7b2a3764b84359b52c96a94aadf3302bc3c067dd21b43cc"},
|
{file = "discord-webhook-1.0.0.tar.gz", hash = "sha256:b1ef5ae80ec9b28c978b7dbff07b9db2fd6597d728ac0524b27cd02336cedfca"},
|
||||||
{file = "discord_webhook-0.17.0-py3-none-any.whl", hash = "sha256:d869849c4834f928f5c22597dc7600b1a30f9e797d1aeb1d4196711a243d9a73"},
|
{file = "discord_webhook-1.0.0-py3-none-any.whl", hash = "sha256:b4bb897d32509c5bedc6e1c8485431e8ba81eff5bec28a969c9fe33552a08da4"},
|
||||||
]
|
]
|
||||||
exceptiongroup = [
|
exceptiongroup = [
|
||||||
{file = "exceptiongroup-1.0.4-py3-none-any.whl", hash = "sha256:542adf9dea4055530d6e1279602fa5cb11dab2395fa650b8674eaec35fc4a828"},
|
{file = "exceptiongroup-1.0.4-py3-none-any.whl", hash = "sha256:542adf9dea4055530d6e1279602fa5cb11dab2395fa650b8674eaec35fc4a828"},
|
||||||
|
@ -13,7 +13,7 @@ keywords = ["website", "discord"]
|
|||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
fastapi = "^0.87.0"
|
fastapi = "^0.87.0"
|
||||||
ffmpeg-python = "^0.2.0"
|
ffmpeg-python = "^0.2.0"
|
||||||
discord-webhook = "^0.17.0"
|
discord-webhook = "^1.0.0"
|
||||||
python-multipart = "^0.0.5"
|
python-multipart = "^0.0.5"
|
||||||
python-dotenv = "^0.21.0"
|
python-dotenv = "^0.21.0"
|
||||||
Jinja2 = "^3.1.2"
|
Jinja2 = "^3.1.2"
|
||||||
|
Reference in New Issue
Block a user