Update dependency fastapi to ^0.105.0

This commit is contained in:
renovate[bot]
2023-12-12 01:00:10 +00:00
parent 999b2625d0
commit 4cab9ab7b2
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.104.1" version = "0.105.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.104.1-py3-none-any.whl", hash = "sha256:752dc31160cdbd0436bb93bad51560b57e525cbb1d4bbf6f4904ceee75548241"}, {file = "fastapi-0.105.0-py3-none-any.whl", hash = "sha256:f19ebf6fdc82a3281d10f2cb4774bdfa90238e3b40af3525a0c09fd08ad1c480"},
{file = "fastapi-0.104.1.tar.gz", hash = "sha256:e5e4540a7c5e1dcfbbcf5b903c234feddcdcd881f191977a1c5dfd917487e7ae"}, {file = "fastapi-0.105.0.tar.gz", hash = "sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22"},
] ]
[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 = "5a10f872bd2b47a1d5bfc18c5357dd1cf14e5b80c510eeece7b995d08699b934" content-hash = "d8a3b5578bb60587cdf745f626eb5d7b5182c115eaadbfede0c3a80a1f07d4a0"

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.104.0" fastapi = "^0.105.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.6" python-multipart = "^0.0.6"