From 083819cc5d8c4adbc3b59d2ad885fe751a0c2ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:53:33 +0000 Subject: [PATCH] Bump python-multipart from 0.0.27 to 0.0.29 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.27 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.27...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ad80ba..fcf2129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" dependencies = [ "fastapi==0.136.1", "uvicorn==0.46.0", - "python-multipart==0.0.27", + "python-multipart==0.0.29", "psycopg2-binary==2.9.12", "starlette_exporter==0.23.0" ]