From 98f1163d84fc0deabc8ed82b3717548337e8e284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 05:07:51 +0000 Subject: [PATCH] chore(deps-dev): update uvicorn requirement from >=0.27 to >=0.52.0 Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.27.0...0.52.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.51.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..0bf7299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dev = [ ] webhook = [ "fastapi>=0.110", - "uvicorn>=0.27", + "uvicorn>=0.52.0", "tenacity>=8.2", ] computer = [ @@ -32,7 +32,7 @@ computer = [ ] all = [ "fastapi>=0.110", - "uvicorn>=0.27", + "uvicorn>=0.52.0", "tenacity>=8.2", "pyautogui>=0.9.54", "Pillow>=10.0",