From 77e7d81c844a943656ec8af2a9cc77d2b25dae52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:41:00 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.32.0 to 0.49.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.32.0 to 0.49.0. - [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.32.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a770682..a3dc3e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "fastapi==0.115.0", - "uvicorn[standard]==0.32.0", + "uvicorn[standard]==0.49.0", "sse-starlette==2.1.3", "pyyaml==6.0.2", "gitpython==3.1.50", diff --git a/requirements.txt b/requirements.txt index 9f13a99..3d0ec90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # MCP Server Dependencies fastapi==0.115.0 -uvicorn[standard]==0.32.0 +uvicorn[standard]==0.49.0 sse-starlette==2.1.3 pyyaml==6.0.2 gitpython==3.1.50