From 8f1351ca68ab5cd5e4f925d93c4015f7921be733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 05:24:31 +0000 Subject: [PATCH] chore(deps): Bump python-multipart in /mcp/cloud_storage_tool Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.28 to 0.0.29. - [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.28...0.0.29) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mcp/cloud_storage_tool/pyproject.toml | 2 +- mcp/cloud_storage_tool/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mcp/cloud_storage_tool/pyproject.toml b/mcp/cloud_storage_tool/pyproject.toml index 5e2603be..cf5077cd 100644 --- a/mcp/cloud_storage_tool/pyproject.toml +++ b/mcp/cloud_storage_tool/pyproject.toml @@ -12,6 +12,6 @@ dependencies = [ "azure-core>=1.41.0", # Indirect, prevents CVE-2026-21226 "authlib>=1.7.2", # Indirect; prevents CVE-2026-27962 "urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418 - "python-multipart>=0.0.28", # Indirect; prevents CVE-2026-24486 + "python-multipart>=0.0.29", # Indirect; prevents CVE-2026-24486 "fastmcp>=3.2.4", # Indirect; prevents CVE-2026-32871 (critical), CVE-2026-27124 (high) ] diff --git a/mcp/cloud_storage_tool/uv.lock b/mcp/cloud_storage_tool/uv.lock index 698f036a..f85c9d02 100644 --- a/mcp/cloud_storage_tool/uv.lock +++ b/mcp/cloud_storage_tool/uv.lock @@ -318,7 +318,7 @@ requires-dist = [ { name = "fastmcp", specifier = ">=3.2.4" }, { name = "google-cloud-storage" }, { name = "jwt" }, - { name = "python-multipart", specifier = ">=0.0.28" }, + { name = "python-multipart", specifier = ">=0.0.29" }, { name = "urllib3", specifier = ">=2.7.0" }, ] @@ -1168,11 +1168,11 @@ wheels = [ [[package]] name = "python-multipart" -version = "0.0.28" +version = "0.0.29" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/82/54/a85eb421fbdd5007bc5af39d0f4ed9fa609e0fedbfdc2adcf0b34526870e/python_multipart-0.0.28.tar.gz", hash = "sha256:8550da197eac0f7ab748961fc9509b999fa2662ea25cef857f05249f6893c0f8", size = 45314, upload-time = "2026-05-10T11:05:16.596Z" } +sdist = { url = "https://files.pythonhosted.org/packages/4e/fe/70bd71a6738b09a0bdf6480ca6436b167469ca4578b2a0efbe390b4b0e70/python_multipart-0.0.29.tar.gz", hash = "sha256:643e93849196645e2dbdd81a0f8829a23123ad7f797a84a364c6fb3563f18904", size = 45678, upload-time = "2026-05-17T17:29:47.654Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f3/a2/43bbc5860b5034e2af4ef99a0e04d726ff329c43e192ef3abaa8d7ecfce5/python_multipart-0.0.28-py3-none-any.whl", hash = "sha256:10faac07eb966c3f48dc415f9dee46c04cb10d58d30a35677db8027c825ed9b6", size = 29438, upload-time = "2026-05-10T11:05:15.052Z" }, + { url = "https://files.pythonhosted.org/packages/8f/cb/769cfc37177252872a45a71f3fbdde9d51b471a3f3c14bfe95dde3407386/python_multipart-0.0.29-py3-none-any.whl", hash = "sha256:2ddcc971cef266225f54f552d8fa10bcfbb1f14446caec199060daac59ff2d69", size = 29640, upload-time = "2026-05-17T17:29:45.69Z" }, ] [[package]]