Update dependency fastapi to ^0.106.0
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@ -207,13 +207,13 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "fastapi"
|
||||
version = "0.105.0"
|
||||
version = "0.106.0"
|
||||
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "fastapi-0.105.0-py3-none-any.whl", hash = "sha256:f19ebf6fdc82a3281d10f2cb4774bdfa90238e3b40af3525a0c09fd08ad1c480"},
|
||||
{file = "fastapi-0.105.0.tar.gz", hash = "sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22"},
|
||||
{file = "fastapi-0.106.0-py3-none-any.whl", hash = "sha256:193c2f1b495d1d6561a3dc1ca02a150757322247d895ff6bf15b6eefee24feb9"},
|
||||
{file = "fastapi-0.106.0.tar.gz", hash = "sha256:c7e7453ac8c4b7414bbafcf90127d743559808eee286ae2c9f99a501f0b534a0"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1164,4 +1164,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "a20fe5a4071c5d6dad82486121d67f10bc41ed13becb5e2d45761d0193656b53"
|
||||
content-hash = "bd916a50f1edaa98b4bfa9b77372894dc83781087e08fb4c7ed0c6954c2d6a36"
|
||||
|
@ -7,7 +7,7 @@ license = "GPL-3.0-or-later"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
fastapi = "^0.105.0"
|
||||
fastapi = "^0.106.0"
|
||||
ffmpeg-python = "^0.2.0"
|
||||
discord-webhook = "^1.3.0"
|
||||
python-multipart = "^0.0.6"
|
||||
|
Reference in New Issue
Block a user