From bc9ea3237b5c509b736888f83d8f25500728f23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 19:26:17 +0000 Subject: [PATCH] Bump python-multipart from 0.0.12 to 0.0.22 in /src Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.12 to 0.0.22. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.12...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... 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 7142491..075d73c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -12,7 +12,7 @@ fastapi==0.115.0 uvicorn[standard]==0.32.0 websockets==13.1 jinja2==3.1.4 -python-multipart==0.0.12 +python-multipart==0.0.22 orjson==3.10.7 pydantic==2.9.2 Pillow>=10.4.0