From c77ecd22b3f3f0fa4d1595e6bf18b7697949c4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:54:59 +0000 Subject: [PATCH] Bump python-multipart from 0.0.22 to 0.0.31 in /packages/api Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.22 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.22...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/requirements.txt b/packages/api/requirements.txt index 6ea9751..195db75 100644 --- a/packages/api/requirements.txt +++ b/packages/api/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.109.0 uvicorn[standard]==0.27.0 pydantic==2.5.3 -python-multipart==0.0.22 +python-multipart==0.0.31 cors==1.0.1 \ No newline at end of file