From 3e76046cd5dab00ad1e05f1bad3fbe0f520999f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:41:16 +0000 Subject: [PATCH] chore(deps): bump python-multipart Bumps the pip group with 1 update in the /apps/api directory: [python-multipart](https://github.com/Kludex/python-multipart). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index fde65d3..43a48f2 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -2,6 +2,6 @@ fastapi==0.116.1 uvicorn[standard]==0.35.0 pydantic==2.11.7 redis==6.4.0 -python-multipart==0.0.22 +python-multipart==0.0.26 psycopg[binary]==3.2.9 reportlab==4.4.3