From c75b1d0621c338d188be0cc1f0fcfa2bb6015a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:18:44 +0000 Subject: [PATCH] chore(deps): bump python-multipart in /python-mcp-servers Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.27 to 0.0.31. - [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.27...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-mcp-servers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-mcp-servers/requirements.txt b/python-mcp-servers/requirements.txt index 17fd98d4..564fab85 100644 --- a/python-mcp-servers/requirements.txt +++ b/python-mcp-servers/requirements.txt @@ -13,7 +13,7 @@ requests>=2.33.1 # Utilities python-dotenv==1.2.2 -python-multipart==0.0.27 +python-multipart==0.0.31 # Logging structlog==25.5.0