From 4965310c4b336fc852044d2813fb04215fdf11da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:54:29 +0000 Subject: [PATCH] Bump python-multipart from 0.0.26 to 0.0.27 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4debf503..1e8a22a6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ PyJWT==2.12.1 argon2-cffi==25.1.0 bcrypt==5.0.0 pydantic-settings==2.13.1 -python-multipart==0.0.26 +python-multipart==0.0.27 email-validator==2.3.0 httpx==0.28.1 google-auth>=2.23.0