From 6ef61592652fc40813c73135406dd11bef71432f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 14:34:17 +0000 Subject: [PATCH] Bump python-multipart from 0.0.22 to 0.0.27 in /packages/api 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 ... 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..36deea1 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.27 cors==1.0.1 \ No newline at end of file