From 347c9902c9b6e54eb26ccfe985aa96efb7a1c15b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:18:18 +0000 Subject: [PATCH] Update dependency fastapi to ^0.106.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4025ce7..4b5477b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 1fdceeb..eea7fe1 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.105.0" +fastapi = "^0.106.0" ffmpeg-python = "^0.2.0" discord-webhook = "^1.3.0" python-multipart = "^0.0.6"