From 9b91416cdbe2cdb6d020ec831fbb28387dde5950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:46:33 +0000 Subject: [PATCH] Bump python-multipart from 0.0.22 to 0.0.27 in /src Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.22 to 0.0.27. - [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.22...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f34ee22..29d314f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -13,7 +13,7 @@ fastapi==0.115.0 uvicorn[standard]==0.32.0 websockets==13.1 jinja2==3.1.6 -python-multipart==0.0.22 +python-multipart==0.0.27 orjson==3.11.6 pydantic==2.9.2 Pillow>=10.4.0