From 0687d9454933d2791173c3e94d33d3622ae26b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:54:00 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.9 to 0.0.32 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 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.9...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7498410..beab26b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "numpy==1.26.4", "opencv-python-headless>=4.9,<5", "pydantic-settings>=2.2,<3", - "python-multipart==0.0.9", + "python-multipart==0.0.32", "uvicorn==0.27.1", ]