From e619dc41f192be503ae20cb89ff4a9f47e9e292e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:34:18 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.31 to 0.0.32 in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.31 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.31...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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b2fb0f9..2fc54cf 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -18,7 +18,7 @@ email-validator==2.1.0 # Authentication PyJWT[crypto]>=2.8.0 bcrypt==5.0.0 -python-multipart==0.0.31 +python-multipart==0.0.32 # Security slowapi==0.1.9