From 93aa04016a1167c0f3a38bbed037ef7f432b9413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:13:05 +0000 Subject: [PATCH] chore(deps): Bump python-multipart from 0.0.22 to 0.0.24 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f9ed420..e48171e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ pgvector==0.4.2 cryptography==46.0.5 httpx==0.28.1 openai>=1.66.0 -python-multipart==0.0.22 +python-multipart==0.0.24 bcrypt==5.0.0 numpy>=1.26 anthropic>=0.40.0