From 9b852f9ef63b7a18df8c0f712d67ba1860a0f4dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 04:04:46 +0000 Subject: [PATCH] Bump python-multipart from 0.0.21 to 0.0.22 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.21 to 0.0.22. - [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.21...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 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 a59b94ea..e7706f4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ dependencies = [ "pwdlib[argon2,bcrypt] ==0.3.0", "email-validator >=1.1.0,<2.4", "pyjwt[crypto] ==2.10.1", - "python-multipart ==0.0.21", + "python-multipart ==0.0.22", "makefun >=1.11.2,<2.0.0", ]