From 4982da3c75f8c57af3ce540ca6985ce4eb431f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:32:25 +0000 Subject: [PATCH] chore(deps): bump python-multipart in /services/phase6-api Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.31 to 0.0.32. - [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.31...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- services/phase6-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/phase6-api/requirements.txt b/services/phase6-api/requirements.txt index 133f98a..159b108 100644 --- a/services/phase6-api/requirements.txt +++ b/services/phase6-api/requirements.txt @@ -2,5 +2,5 @@ fastapi==0.116.1 uvicorn[standard]==0.35.0 redis==6.4.0 httpx==0.28.1 -python-multipart==0.0.31 +python-multipart==0.0.32 prometheus-client==0.22.1