From 1d99b3b8ae5e96219fd8767609dd2a0340015713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 19:23:15 +0000 Subject: [PATCH] chore(deps)(deps): update python-multipart requirement in /workspace 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.18...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- workspace/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/requirements.txt b/workspace/requirements.txt index 4a786533..fc861043 100644 --- a/workspace/requirements.txt +++ b/workspace/requirements.txt @@ -17,7 +17,7 @@ websockets>=16.0 # multipart/form-data parser — required for Starlette's Request.form() on # /internal/chat/uploads/ingest. Pinned ≥ 0.0.18 because earlier versions # had a CVE-2024-53981 (DoS via malformed boundary). -python-multipart>=0.0.18 +python-multipart>=0.0.27 # Config parsing pyyaml>=6.0