From 18720dde3fac418f59b863504d832565fee72263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:46:39 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.22 to 0.0.26 Bumps [python-multipart](https://github.com/Kludex/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 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 4c767345..6787b72d 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.26", "email-validator == 2.3.0", "structlog == 25.5.0", "pyicu == 2.16.2",