From 809c52334048b7b205eecae5236501b1df6cc51f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 16:29:17 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.29 to 0.0.32 in /mcp_cloud Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.29 to 0.0.32. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.29...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 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 38519d64..a5fbe4ff 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.13.4 fastapi==0.136.3 -python-multipart==0.0.29 +python-multipart==0.0.32 uvicorn[standard]==0.49.0 httpx==0.28.1 \ No newline at end of file