From 486e90bb66f87120ef560378c50dadaff4ab157f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:57:04 +0000 Subject: [PATCH] build(deps): bump python-multipart in /sandbox/emulator Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.29 to 0.0.31. - [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.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sandbox/emulator/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/emulator/pyproject.toml b/sandbox/emulator/pyproject.toml index 9cd7732..44876ff 100644 --- a/sandbox/emulator/pyproject.toml +++ b/sandbox/emulator/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "fastapi==0.120.1", "uvicorn[standard]==0.30.6", "pydantic-settings==2.6.1", - "python-multipart==0.0.29", + "python-multipart==0.0.31", ] [project.optional-dependencies]