From 083e714dd4f443c7ea3443c2f67593b76a01cfe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:26:41 +0000 Subject: [PATCH] Bump python-multipart in /components/frontend_react Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.26. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.20...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/frontend_react/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/frontend_react/requirements.txt b/components/frontend_react/requirements.txt index 7cd1671a..75713718 100644 --- a/components/frontend_react/requirements.txt +++ b/components/frontend_react/requirements.txt @@ -3,5 +3,5 @@ fastapi-restful==0.6.0 fireo==2.2.2 google-cloud-bigquery==3.30.0 google-cloud-storage==3.1.0 -python-multipart==0.0.20 +python-multipart==0.0.26 uvicorn==0.34.0