From 9cbf47e3a12ed1a678ad31cd18133a412674350d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:08:46 +0000 Subject: [PATCH] Bump python-multipart from 0.0.26 to 0.0.27 in /server Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.26 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.26...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index ef5996d..d90be50 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.104.1 uvicorn[standard]==0.24.0 pydantic==2.5.0 -python-multipart==0.0.26 +python-multipart==0.0.27 aiofiles==23.2.1 python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4