From 6793e064f1c87957cebdee205671dfba94fb2784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:25:10 +0000 Subject: [PATCH] chore(deps): Bump python-multipart from 0.0.27 to 0.0.31 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.27 to 0.0.31. - [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.27...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e6ae688..351a79bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pydantic-settings==2.6.1", "fastapi-users[sqlalchemy]==15.0.5", "argon2-cffi==23.1.0", - "python-multipart==0.0.27", + "python-multipart==0.0.31", "minio==7.2.10", "pillow==12.2.0", "pillow-heif==0.18.0",