From 5564d09dc52fa5a6798f537efa330c9bd991cd5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:42:34 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.22 to 0.0.24 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.22 to 0.0.24. - [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.24) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a87ad1f7..cbd2e4e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "aiohttp[speedups] == 3.13.5", "boto3 ~= 1.37", "fastapi == 0.135.2", - "python-multipart == 0.0.22", + "python-multipart == 0.0.24", "email-validator == 2.3.0", "structlog == 25.5.0", "pyicu == 2.16.2",