From 20a210bf38e9cd607d44331fd684008fdccb23bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:22:43 +0000 Subject: [PATCH] chore(deps): Bump python-multipart from 0.0.22 to 0.0.26 in /mcp_cloud Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.22 to 0.0.26. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.22...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production update-type: version-update:semver-patch ... 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 469aa2af..297d14c7 100644 --- a/mcp_cloud/requirements.txt +++ b/mcp_cloud/requirements.txt @@ -6,6 +6,6 @@ python-dotenv==1.2.2 sqlalchemy-utils==0.42.1 pydantic==2.12.5 fastapi==0.135.3 -python-multipart==0.0.22 +python-multipart==0.0.26 uvicorn[standard]==0.43.0 httpx==0.28.1 \ No newline at end of file