From 14b4ef57ba282460c43d0cf0b7e15b8518e6ae1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:53:07 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.9 to 0.0.32 in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 to 0.0.32. - [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.9...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a1f5392..6fe6104 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pydantic==2.8.2", "pydantic-settings==2.3.4", "email-validator==2.2.0", - "python-multipart==0.0.9", + "python-multipart==0.0.32", "httpx==0.27.2", "sqlalchemy==2.0.32", "alembic==1.13.1", diff --git a/backend/requirements.txt b/backend/requirements.txt index d3cb63e..3628fb9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ uvicorn[standard]==0.30.6 pydantic==2.8.2 pydantic-settings==2.3.4 email-validator==2.2.0 -python-multipart==0.0.9 +python-multipart==0.0.32 httpx==0.27.2 sqlalchemy==2.0.32 alembic==1.13.1