From cf13f79176f11c2f3736d52085acee4b8917682f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:49:40 +0000 Subject: [PATCH] Update python-multipart requirement from >=0.0.12 to >=0.0.27 Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [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.12...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 6629e87..d67826e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn>=0.32.0 sqlalchemy>=2.0.0 pydantic>=2.0.0 python-dotenv>=1.0.0 -python-multipart>=0.0.12 +python-multipart>=0.0.27 PyJWT>=2.8.0 passlib[bcrypt]>=1.7.4 bcrypt>=4.0.0,<5.0.0