From c9cdac1db4ec6e9c9b3d8e8e31414006c0feafb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:24:04 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.20 to 0.0.29 in /panel/api Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.29. - [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.20...0.0.29) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- panel/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/api/pyproject.toml b/panel/api/pyproject.toml index 7fb7d26..125f4ff 100644 --- a/panel/api/pyproject.toml +++ b/panel/api/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pymysql==1.1.*", "psycopg[binary]==3.2.*", "docker==7.1.*", - "python-multipart==0.0.20", + "python-multipart==0.0.29", "pydantic-settings==2.14.*", ]