Update dependency fastapi to ^0.96.0

This commit is contained in:
renovate[bot]
2023-06-03 15:25:44 +00:00
parent 1eadd7cb50
commit b14cc9f2c9
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -181,14 +181,14 @@ test = ["pytest (>=6)"]
[[package]]
name = "fastapi"
version = "0.95.2"
version = "0.96.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "fastapi-0.95.2-py3-none-any.whl", hash = "sha256:d374dbc4ef2ad9b803899bd3360d34c534adc574546e25314ab72c0c4411749f"},
{file = "fastapi-0.95.2.tar.gz", hash = "sha256:4d9d3e8c71c73f11874bcf5e33626258d143252e329a01002f767306c64fb982"},
{file = "fastapi-0.96.0-py3-none-any.whl", hash = "sha256:b8e11fe81e81eab4e1504209917338e0b80f783878a42c2b99467e5e1019a1e9"},
{file = "fastapi-0.96.0.tar.gz", hash = "sha256:71232d47c2787446991c81c41c249f8a16238d52d779c0e6b43927d3773dbe3c"},
]
[package.dependencies]
@ -911,4 +911,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "70370214f4871af700a754f5fc7167ec82822f47656e046ea4e87524a7cd932e"
content-hash = "e40bd34eb2b09103c0db496d3a843da4bd0ed9e57627841b1d8681f0e34e8e69"

View File

@ -11,7 +11,7 @@ keywords = ["website", "discord"]
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.95.0"
fastapi = "^0.96.0"
ffmpeg-python = "^0.2.0"
discord-webhook = "^1.0.0"
python-multipart = "^0.0.6"