From a87d7ee45327c9daf85cabf77595286b93d5483b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:09:08 +0000 Subject: [PATCH] chore(deps): bump python-multipart Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.22 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.22...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../franchise_worlds/deployment/requirements-prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player_experience/franchise_worlds/deployment/requirements-prod.txt b/src/player_experience/franchise_worlds/deployment/requirements-prod.txt index 3ce06da7..3666a0e8 100644 --- a/src/player_experience/franchise_worlds/deployment/requirements-prod.txt +++ b/src/player_experience/franchise_worlds/deployment/requirements-prod.txt @@ -17,7 +17,7 @@ sentry-sdk[fastapi]==1.45.1 # Security python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 -python-multipart==0.0.22 +python-multipart==0.0.27 # HTTP client for health checks httpx==0.25.2