Update dependency fastapi to ^0.103.0

This commit is contained in:
renovate[bot]
2023-08-26 23:14:54 +00:00
parent c3f38a9608
commit 642b1d392a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -193,14 +193,14 @@ test = ["pytest (>=6)"]
[[package]]
name = "fastapi"
version = "0.102.0"
version = "0.103.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.102.0-py3-none-any.whl", hash = "sha256:34db27d0af54ee0d92c540e83c6ee6a11de93f63bbdf73fda54fff9a10c52569"},
{file = "fastapi-0.102.0.tar.gz", hash = "sha256:e3652cb9bdf4df1dedda4fce9454e9f75a8c969b5cdd3faf1bd5c6f5d2daab08"},
{file = "fastapi-0.103.0-py3-none-any.whl", hash = "sha256:61ab72c6c281205dd0cbaccf503e829a37e0be108d965ac223779a8479243665"},
{file = "fastapi-0.103.0.tar.gz", hash = "sha256:4166732f5ddf61c33e9fa4664f73780872511e0598d4d5434b1816dc1e6d9421"},
]
[package.dependencies]
@ -1002,4 +1002,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "90e7e5a7d5a64fc35119dc0efa3ffe9baac70dc69820848d3e97cd513860495f"
content-hash = "e5c72e6d7c4382e5b6e24d7e9ec0fabb15c49aaa1c0c1542b117e595b8677e4f"

View File

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