From d12f853f8cb775e8beea1feccaf14f649b410317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 11:36:19 +0000 Subject: [PATCH] chore(deps): bump python-multipart in /src/analytics 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] --- src/analytics/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analytics/requirements.txt b/src/analytics/requirements.txt index f2a8ae65..d498df3d 100644 --- a/src/analytics/requirements.txt +++ b/src/analytics/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.104.1 uvicorn[standard]==0.24.0 pydantic==2.5.0 -python-multipart==0.0.22 +python-multipart==0.0.27 # Database and caching redis==5.0.1