From 1b1a3bc2cf1162aea40bb203492afbcdfa2c2909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 16:17:06 +0000 Subject: [PATCH] deps(py): bump python-multipart Bumps the pip-security group with 1 update in the /backend directory: [python-multipart](https://github.com/Kludex/python-multipart). Updates `python-multipart` from 0.0.26 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.26...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production dependency-group: pip-security ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 74e140dd..46bddb38 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ # (optional) replace your current file with this Postgres-friendly set fastapi==0.136.1 uvicorn[standard]==0.46.0 -python-multipart==0.0.26 +python-multipart==0.0.27 sqlalchemy==2.0.49 psycopg[binary]>=3.3.3 alembic==1.18.4