From dd7186939ee2d1ad7af349a725c221df33dfe644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 01:22:38 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.49.0 to 0.50.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.49.0 to 0.50.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.49.0...0.50.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.50.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 12125e62..c4d7f2ce 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.138.0 python-multipart==0.0.32 -uvicorn[standard]==0.49.0 +uvicorn[standard]==0.50.0 httpx==0.28.1 \ No newline at end of file