From 2187bb7c9af2fba65423feab47fcbcd4434ad879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 11:13:18 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.46.0 to 0.47.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.46.0 to 0.47.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.46.0...0.47.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mcp_cloud/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_cloud/requirements.txt b/mcp_cloud/requirements.txt index 0212c144..6119b659 100644 --- a/mcp_cloud/requirements.txt +++ b/mcp_cloud/requirements.txt @@ -7,5 +7,5 @@ sqlalchemy-utils==0.42.1 pydantic==2.13.4 fastapi==0.136.1 python-multipart==0.0.28 -uvicorn[standard]==0.46.0 +uvicorn[standard]==0.47.0 httpx==0.28.1 \ No newline at end of file