From 87665fbe9c5dd3a8a1cbec86205b0d8115d2e2f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:08:27 +0000 Subject: [PATCH] chore(deps-dev): update fastapi requirement from >=0.128.8 to >=0.136.0 Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.8...0.136.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9572388..2f9038c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ docs = [ "watchdog>=2.2.1,<6.1.0", ] webhook = [ - "fastapi>=0.128.8", + "fastapi>=0.136.0", "uvicorn>=0.44.0", "colorama>=0.4.6", "python-dotenv>=1.2.1",