From b3bf7d5018033136da0165c9e546b5f356dce85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:30:56 +0000 Subject: [PATCH] chore(deps): bump python-multipart in /scenario-app/backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.31. - [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.20...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scenario-app/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenario-app/backend/requirements.txt b/scenario-app/backend/requirements.txt index 58cec780..1bc8db3a 100644 --- a/scenario-app/backend/requirements.txt +++ b/scenario-app/backend/requirements.txt @@ -5,7 +5,7 @@ fastapi==0.128.2 uvicorn[standard]==0.40.0 pydantic[email]==2.11.10 pydantic-settings==2.14.0 -python-multipart==0.0.20 +python-multipart==0.0.31 # Azure Services for E-commerce azure-identity==1.25.2