From cd96e873f4ec291d727d7f59a6c6d0e0d9e9afc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 02:52:35 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.29 to 0.0.32 in /panel/api Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.29 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](https://github.com/Kludex/python-multipart/compare/0.0.29...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 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 98de615..e3a70c8 100644 --- a/panel/api/pyproject.toml +++ b/panel/api/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pymysql==1.1.*", "psycopg[binary]==3.3.*", "docker==7.1.*", - "python-multipart==0.0.29", + "python-multipart==0.0.32", "pydantic-settings==2.14.*", ]