From 9e36d9b0c9a54f47977c5e5deb05479215117ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 10:12:58 +0000 Subject: [PATCH] build(deps): update python-multipart requirement in /backend Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [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.9...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production ... 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 b1aefa5..74dced0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ langchain-core>=0.1.30 google-genai>=0.1.1 google-generativeai>=0.4.1 httpx>=0.27.0 -python-multipart>=0.0.9 +python-multipart>=0.0.32 docker>=7.0.0 pytest>=8.0.0 colorama>=0.4.6