Update dependency discord-webhook to ^0.16.0
This commit is contained in:
11
poetry.lock
generated
11
poetry.lock
generated
@ -88,7 +88,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||
|
||||
[[package]]
|
||||
name = "discord-webhook"
|
||||
version = "0.15.0"
|
||||
version = "0.16.0"
|
||||
description = "execute discord webhooks"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -97,6 +97,9 @@ python-versions = "*"
|
||||
[package.dependencies]
|
||||
requests = ">=2.19.1"
|
||||
|
||||
[package.extras]
|
||||
async = ["httpx (>=0.20.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "fastapi"
|
||||
version = "0.76.0"
|
||||
@ -438,7 +441,7 @@ python-versions = ">=3.7"
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "c7655c6bc4ff68ada6c8df62329176b4ffc28977bba2e6b184845dbbb5e2f61d"
|
||||
content-hash = "608e99b435cb472aa5cbc51d39c01f7d593a097adcc8a564fd8afbcf0c8612b9"
|
||||
|
||||
[metadata.files]
|
||||
anyio = [
|
||||
@ -474,8 +477,8 @@ colorama = [
|
||||
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
||||
]
|
||||
discord-webhook = [
|
||||
{file = "discord-webhook-0.15.0.tar.gz", hash = "sha256:1557a3a86ec556d5fceeff3d0c8601affd83770280b7358a3c7f4fb7c8ee32e5"},
|
||||
{file = "discord_webhook-0.15.0-py3-none-any.whl", hash = "sha256:5c59e3c5b52be8d9273aebdc5647f564a3c24ce4f75635fd1d9e4d9d8dad30f4"},
|
||||
{file = "discord-webhook-0.16.0.tar.gz", hash = "sha256:6318c2bfab20e35927503cd32f49a449b0aba61f5a848e415fdf5e94e361870c"},
|
||||
{file = "discord_webhook-0.16.0-py3-none-any.whl", hash = "sha256:b142eadc0588c161840a21496052a97c8d72b44457cf3bd3cf4dc0a6f9b5f50a"},
|
||||
]
|
||||
fastapi = [
|
||||
{file = "fastapi-0.76.0-py3-none-any.whl", hash = "sha256:1e05c868651e3935bd9b290c61a3661a54e37471d3a0700bc5e4380f9ed935ae"},
|
||||
|
@ -13,7 +13,7 @@ keywords = ["website", "discord"]
|
||||
python = "^3.9"
|
||||
fastapi = "^0.76.0"
|
||||
ffmpeg-python = "^0.2.0"
|
||||
discord-webhook = "^0.15.0"
|
||||
discord-webhook = "^0.16.0"
|
||||
python-multipart = "^0.0.5"
|
||||
python-dotenv = "^0.20.0"
|
||||
Jinja2 = "^3.1.1"
|
||||
|
Reference in New Issue
Block a user