Skip to content

Commit 5d77d4f

Browse files
chore(deps): Bump the minor-and-patch group (#553)
Bumps the minor-and-patch group in /mcp/weather_tool with 2 updates: [python-multipart](https://github.com/Kludex/python-multipart) and [uvicorn](https://github.com/Kludex/uvicorn). Updates `python-multipart` from 0.0.30 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](Kludex/python-multipart@0.0.30...0.0.32) Updates `uvicorn` from 0.48.0 to 0.49.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.48.0...0.49.0) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9cd71f commit 5d77d4f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

mcp/weather_tool/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ dependencies = [
88
"requests>=2.34.2",
99
"authlib>=1.7.2", # Indirect; prevents CVE-2026-27962
1010
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
11-
"python-multipart>=0.0.30", # Indirect; prevents CVE-2026-24486
11+
"python-multipart>=0.0.32", # Indirect; prevents CVE-2026-24486
1212
"fastmcp>=3.4.0", # Indirect; prevents CVE-2026-32871
13-
"uvicorn>=0.48.0",
13+
"uvicorn>=0.49.0",
1414
"cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
1515
"starlette>=1.2.1", # Indirect; prevents CVE-2025-62727
1616
"opentelemetry-api>=1.42.1",

mcp/weather_tool/uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)