Update dependency fastapi to ^0.95.0

This commit is contained in:
renovate[bot]
2023-03-18 23:51:33 +00:00
parent da17ca75cb
commit 85ed6c124f
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -199,14 +199,14 @@ test = ["pytest (>=6)"]
[[package]] [[package]]
name = "fastapi" name = "fastapi"
version = "0.94.1" version = "0.95.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.94.1-py3-none-any.whl", hash = "sha256:451387550c2d25a972193f22e408a82e75a8e7867c834a03076704fe20df3256"}, {file = "fastapi-0.95.0-py3-none-any.whl", hash = "sha256:daf73bbe844180200be7966f68e8ec9fd8be57079dff1bacb366db32729e6eb5"},
{file = "fastapi-0.94.1.tar.gz", hash = "sha256:4a75936dbf9eb74be5eb0d41a793adefe9f3fc6ba66dbdabd160120fd3c2d9cd"}, {file = "fastapi-0.95.0.tar.gz", hash = "sha256:99d4fdb10e9dd9a24027ac1d0bd4b56702652056ca17a6c8721eec4ad2f14e18"},
] ]
[package.dependencies] [package.dependencies]
@ -942,4 +942,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "5f9178153ed2ca3582dea815ad163409196e28f96af208ba698b760293d07d90" content-hash = "afcc8ca8a277a8e85a820a4421705afa0bc84770293d4cf29404f483a11dd678"

View File

@ -11,7 +11,7 @@ keywords = ["website", "discord"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
fastapi = "^0.94.0" fastapi = "^0.95.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"