From 12b6865a41bcc5441c8ad61736280afc55140f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:10:16 +0000 Subject: [PATCH] chore(deps): bump python-multipart in /copilot-backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.12 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.12...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] --- copilot-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copilot-backend/requirements.txt b/copilot-backend/requirements.txt index 4d13a8c..fa14ae5 100644 --- a/copilot-backend/requirements.txt +++ b/copilot-backend/requirements.txt @@ -5,7 +5,7 @@ pydantic-settings==2.5.2 openai==1.51.0 httpx==0.27.2 sse-starlette==2.1.3 -python-multipart==0.0.12 +python-multipart==0.0.32 asyncpg==0.29.0 fastembed==0.4.2 numpy==1.26.4