From 7ed55b02eedb23c5ef02c11350eaf3cf1eba2425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:43:52 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.9 to 0.0.22 in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 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.9...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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 26a2c28..20a779e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ alembic==1.13.1 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 bcrypt>=4.0.1,<4.1 -python-multipart==0.0.9 +python-multipart==0.0.22 pydantic-settings==2.2.1 apscheduler==3.10.4 websockets==12.0