From 4cab9ab7b26a3c35200f924fb377d597a02f0046 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 01:00:10 +0000 Subject: [PATCH] Update dependency fastapi to ^0.105.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6b622e4..c94fe83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -207,13 +207,13 @@ files = [ [[package]] name = "fastapi" -version = "0.104.1" +version = "0.105.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.104.1-py3-none-any.whl", hash = "sha256:752dc31160cdbd0436bb93bad51560b57e525cbb1d4bbf6f4904ceee75548241"}, - {file = "fastapi-0.104.1.tar.gz", hash = "sha256:e5e4540a7c5e1dcfbbcf5b903c234feddcdcd881f191977a1c5dfd917487e7ae"}, + {file = "fastapi-0.105.0-py3-none-any.whl", hash = "sha256:f19ebf6fdc82a3281d10f2cb4774bdfa90238e3b40af3525a0c09fd08ad1c480"}, + {file = "fastapi-0.105.0.tar.gz", hash = "sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22"}, ] [package.dependencies] @@ -1164,4 +1164,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "5a10f872bd2b47a1d5bfc18c5357dd1cf14e5b80c510eeece7b995d08699b934" +content-hash = "d8a3b5578bb60587cdf745f626eb5d7b5182c115eaadbfede0c3a80a1f07d4a0" diff --git a/pyproject.toml b/pyproject.toml index 236f435..142087e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "GPL-3.0-or-later" [tool.poetry.dependencies] python = "^3.12" -fastapi = "^0.104.0" +fastapi = "^0.105.0" ffmpeg-python = "^0.2.0" discord-webhook = "^1.3.0" python-multipart = "^0.0.6"