Update dependency fastapi to ^0.110.0

This commit is contained in:
renovate[bot]
2024-02-25 00:44:04 +00:00
parent abc91d5f4d
commit 26ffc3a00d
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.109.2" version = "0.110.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.109.2-py3-none-any.whl", hash = "sha256:2c9bab24667293b501cad8dd388c05240c850b58ec5876ee3283c47d6e1e3a4d"}, {file = "fastapi-0.110.0-py3-none-any.whl", hash = "sha256:87a1f6fb632a218222c5984be540055346a8f5d8a68e8f6fb647b1dc9934de4b"},
{file = "fastapi-0.109.2.tar.gz", hash = "sha256:f3817eac96fe4f65a2ebb4baa000f394e55f5fccdaf7f75250804bc58f354f73"}, {file = "fastapi-0.110.0.tar.gz", hash = "sha256:266775f0dcc95af9d3ef39bad55cff525329a931d5fd51930aadd4f428bf7ff3"},
] ]
[package.dependencies] [package.dependencies]
@ -1164,4 +1164,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "b9c17b6dc10dfd771f0cb85a07006a7a9747c763c2bd9894bb973ab990bb11c1" content-hash = "6a1cd72a7ee95e225bcd8592860f0aee6a023544bf3d1d7abe3490630d67dd38"

View File

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