From eabb24f56b0dd3a17e5d208662e20171b17958f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:42:59 +0000 Subject: [PATCH] chore(deps): bump python-multipart in /src/player_experience/api Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.22 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.22...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/player_experience/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player_experience/api/requirements.txt b/src/player_experience/api/requirements.txt index a20ab61f..fe0342c3 100644 --- a/src/player_experience/api/requirements.txt +++ b/src/player_experience/api/requirements.txt @@ -14,7 +14,7 @@ python-jose[cryptography]==3.4.0 # Authentication and password hashing passlib==1.7.4 bcrypt==3.2.2 # Compatible with passlib 1.7.4 - provides __about__ module -python-multipart==0.0.22 +python-multipart==0.0.26 # HTTP client httpx==0.25.2