From 721f8648b5b03b0b38dfceab35cbe2acd3190077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:50:52 +0000 Subject: [PATCH] chore(deps): bump python-multipart Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.22 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.22...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 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..3aecd6a2 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.31 # HTTP client for health checks httpx==0.25.2