From a4c3f806ebcaa7014ac463e1090237aaa8017b0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:06:38 +0000 Subject: [PATCH] Update dependency fastapi to ^0.114.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 07d3e61..002722b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -207,13 +207,13 @@ files = [ [[package]] name = "fastapi" -version = "0.113.0" +version = "0.114.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.113.0-py3-none-any.whl", hash = "sha256:c8d364485b6361fb643d53920a18d58a696e189abcb901ec03b487e35774c476"}, - {file = "fastapi-0.113.0.tar.gz", hash = "sha256:b7cf9684dc154dfc93f8b718e5850577b529889096518df44defa41e73caf50f"}, + {file = "fastapi-0.114.0-py3-none-any.whl", hash = "sha256:fee75aa1b1d3d73f79851c432497e4394e413e1dece6234f68d3ce250d12760a"}, + {file = "fastapi-0.114.0.tar.gz", hash = "sha256:9908f2a5cc733004de6ca5e1412698f35085cefcbfd41d539245b9edf87b73c1"}, ] [package.dependencies] @@ -1135,4 +1135,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7a99f88e1eda22da6db61f6d76ae5e7a850521de466c8808277b2ea42771bdd7" +content-hash = "3e16ea4623937e5d3fb630debfb24f8703041bd7e2258e03dd2516306020b1e8" diff --git a/pyproject.toml b/pyproject.toml index 0884ec9..0bfb255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = "GPL-3.0-or-later" [tool.poetry.dependencies] python = "^3.12" -fastapi = "^0.113.0" +fastapi = "^0.114.0" ffmpeg-python = "^0.2.0" discord-webhook = "^1.3.1" python-multipart = "^0.0.9"