From e5b77763143eb266b4aff8c365ee1c565fff4818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 12:16:36 +0000 Subject: [PATCH] chore(deps): 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.26 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 6d13774..759d4e6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.39.0 sqlalchemy==2.0.48 pandas==2.3.3 openpyxl==3.1.5 -python-multipart==0.0.26 +python-multipart==0.0.27 python-dotenv==1.2.2 requests==2.33.0 beautifulsoup4==4.14.3