Update dependency fastapi to ^0.114.0

This commit is contained in:
renovate[bot]
2024-09-06 18:06:38 +00:00
parent d20afadec3
commit a4c3f806eb
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -207,13 +207,13 @@ files = [
[[package]] [[package]]
name = "fastapi" name = "fastapi"
version = "0.113.0" version = "0.114.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "fastapi-0.113.0-py3-none-any.whl", hash = "sha256:c8d364485b6361fb643d53920a18d58a696e189abcb901ec03b487e35774c476"}, {file = "fastapi-0.114.0-py3-none-any.whl", hash = "sha256:fee75aa1b1d3d73f79851c432497e4394e413e1dece6234f68d3ce250d12760a"},
{file = "fastapi-0.113.0.tar.gz", hash = "sha256:b7cf9684dc154dfc93f8b718e5850577b529889096518df44defa41e73caf50f"}, {file = "fastapi-0.114.0.tar.gz", hash = "sha256:9908f2a5cc733004de6ca5e1412698f35085cefcbfd41d539245b9edf87b73c1"},
] ]
[package.dependencies] [package.dependencies]
@ -1135,4 +1135,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "7a99f88e1eda22da6db61f6d76ae5e7a850521de466c8808277b2ea42771bdd7" content-hash = "3e16ea4623937e5d3fb630debfb24f8703041bd7e2258e03dd2516306020b1e8"

View File

@ -13,7 +13,7 @@ license = "GPL-3.0-or-later"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.12" python = "^3.12"
fastapi = "^0.113.0" fastapi = "^0.114.0"
ffmpeg-python = "^0.2.0" ffmpeg-python = "^0.2.0"
discord-webhook = "^1.3.1" discord-webhook = "^1.3.1"
python-multipart = "^0.0.9" python-multipart = "^0.0.9"