From 82d9370eb8daa2eefdaca5d27718b82cac70d579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:15:41 +0000 Subject: [PATCH] chore(deps): Update python-multipart requirement in /a2a/image_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/master/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/image_service/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2a/image_service/pyproject.toml b/a2a/image_service/pyproject.toml index b65037cf..1323eddb 100644 --- a/a2a/image_service/pyproject.toml +++ b/a2a/image_service/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "python-keycloak>=5.5.1", "opentelemetry-exporter-otlp", "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 ] [project.scripts]