Update dependency fastapi to ^0.102.0

This commit is contained in:
renovate[bot]
2023-08-25 22:32:17 +00:00
parent e225e14110
commit c3f38a9608
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -193,14 +193,14 @@ test = ["pytest (>=6)"]
[[package]] [[package]]
name = "fastapi" name = "fastapi"
version = "0.101.1" version = "0.102.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"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "fastapi-0.101.1-py3-none-any.whl", hash = "sha256:aef5f8676eb1b8389952e1fe734abe20f04b71f6936afcc53b320ba79b686a4b"}, {file = "fastapi-0.102.0-py3-none-any.whl", hash = "sha256:34db27d0af54ee0d92c540e83c6ee6a11de93f63bbdf73fda54fff9a10c52569"},
{file = "fastapi-0.101.1.tar.gz", hash = "sha256:7b32000d14ca9992f7461117b81e4ef9ff0c07936af641b4fe40e67d5f9d63cb"}, {file = "fastapi-0.102.0.tar.gz", hash = "sha256:e3652cb9bdf4df1dedda4fce9454e9f75a8c969b5cdd3faf1bd5c6f5d2daab08"},
] ]
[package.dependencies] [package.dependencies]
@ -1002,4 +1002,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "3b1502be88dba0c67fc66e70ca8b3b05a323f3728a0bcc6f5bc38a69e336e632" content-hash = "90e7e5a7d5a64fc35119dc0efa3ffe9baac70dc69820848d3e97cd513860495f"

View File

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