From 85ed6c124f8bd6fe1b85661cb70831bba7d5645c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 23:51:33 +0000 Subject: [PATCH] Update dependency fastapi to ^0.95.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9752133..c3f1060 100644 --- a/poetry.lock +++ b/poetry.lock @@ -199,14 +199,14 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.94.1" +version = "0.95.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "fastapi-0.94.1-py3-none-any.whl", hash = "sha256:451387550c2d25a972193f22e408a82e75a8e7867c834a03076704fe20df3256"}, - {file = "fastapi-0.94.1.tar.gz", hash = "sha256:4a75936dbf9eb74be5eb0d41a793adefe9f3fc6ba66dbdabd160120fd3c2d9cd"}, + {file = "fastapi-0.95.0-py3-none-any.whl", hash = "sha256:daf73bbe844180200be7966f68e8ec9fd8be57079dff1bacb366db32729e6eb5"}, + {file = "fastapi-0.95.0.tar.gz", hash = "sha256:99d4fdb10e9dd9a24027ac1d0bd4b56702652056ca17a6c8721eec4ad2f14e18"}, ] [package.dependencies] @@ -942,4 +942,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5f9178153ed2ca3582dea815ad163409196e28f96af208ba698b760293d07d90" +content-hash = "afcc8ca8a277a8e85a820a4421705afa0bc84770293d4cf29404f483a11dd678" diff --git a/pyproject.toml b/pyproject.toml index 8e2ba92..6e6b415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ keywords = ["website", "discord"] [tool.poetry.dependencies] python = "^3.10" -fastapi = "^0.94.0" +fastapi = "^0.95.0" ffmpeg-python = "^0.2.0" discord-webhook = "^1.0.0" python-multipart = "^0.0.6"