From 3b656161ecb95c9e634afc7cd681fa268a00ba5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 05:06:37 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.30 to 0.0.31 in /src/api Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.30 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.30...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/requirements.txt b/src/api/requirements.txt index 400b75c47..2b2fd42d3 100644 --- a/src/api/requirements.txt +++ b/src/api/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.6 uvicorn[standard]==0.34.0 -python-multipart==0.0.30 +python-multipart==0.0.31 pydantic==2.13.4 pydantic-settings==2.14.2 python-jose[cryptography]==3.4.0