From ec344294bc09fa9a6fbda055f5f4cf2db5074917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 05:07:55 +0000 Subject: [PATCH] chore(deps-dev): update fastapi requirement from >=0.110 to >=0.141.1 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.110.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d3833d..9744042 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dev = [ "ruff>=0.4", ] webhook = [ - "fastapi>=0.110", + "fastapi>=0.141.1", "uvicorn>=0.27", "tenacity>=8.2", ] @@ -31,7 +31,7 @@ computer = [ "Pillow>=10.0", ] all = [ - "fastapi>=0.110", + "fastapi>=0.141.1", "uvicorn>=0.27", "tenacity>=8.2", "pyautogui>=0.9.54",