From 05bb675fe6f8721364869776ba53a604c196724a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:55:58 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /examples/dhi/dhi_mcp_server directory: [python-multipart](https://github.com/Kludex/python-multipart) and [starlette](https://github.com/Kludex/starlette). Updates `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) Updates `starlette` from 0.49.1 to 1.3.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.49.1...1.3.1) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-version: 1.3.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/dhi/dhi_mcp_server/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dhi/dhi_mcp_server/requirements.txt b/examples/dhi/dhi_mcp_server/requirements.txt index ee6702c28..1fddb41d9 100644 --- a/examples/dhi/dhi_mcp_server/requirements.txt +++ b/examples/dhi/dhi_mcp_server/requirements.txt @@ -12,10 +12,10 @@ pydantic==2.11.5 pydantic-settings==2.9.1 pydantic_core==2.33.2 python-dotenv==1.1.0 -python-multipart==0.0.27 +python-multipart==0.0.31 sniffio==1.3.1 sse-starlette==2.3.6 -starlette==0.49.1 +starlette==1.3.1 typing-inspection==0.4.1 typing_extensions==4.14.0 uvicorn==0.34.3