From 9f3ec2db8b52b0e95d4d1fcb0ce872a3fc89d086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:06:36 +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.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/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..bf573fc0 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.26 # Database and caching redis==5.0.1