From 040caa9daaafab6b0d098d94f2244853fe0a4fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 05:18:04 +0000 Subject: [PATCH] chore(deps): Update python-multipart requirement in /a2a/weather_service Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [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.22...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- a2a/weather_service/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2a/weather_service/pyproject.toml b/a2a/weather_service/pyproject.toml index d75554f2..a747aaf0 100644 --- a/a2a/weather_service/pyproject.toml +++ b/a2a/weather_service/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "openinference-semantic-conventions>=0.1.12", "openinference-instrumentation-langchain>=0.1.27", "urllib3>=2.6.3", # Indirect; prevents CVE-2025-66418 - "python-multipart>=0.0.22", # Indirect; prevents CVE-2026-24486 + "python-multipart>=0.0.26", # Indirect; prevents CVE-2026-24486 "cryptography>=46.0.5", # Indirect; prevents CVE-2026-26007 "langgraph-checkpoint>=3.0.0", # Indirect; prevents CVE-2025-64439 "mcp>=1.23.0", # Indirect; prevents CVE-2025-66416