From cffc826ad7b08b9c4b355d988112b6d3844ebac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 15:22:29 +0000 Subject: [PATCH] build(deps): Update python-multipart requirement in /services/api 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] --- services/api/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/requirements.in b/services/api/requirements.in index 1cd60b64..7d00e6d8 100644 --- a/services/api/requirements.in +++ b/services/api/requirements.in @@ -11,7 +11,7 @@ fastapi>=0.115 uvicorn[standard]>=0.30 sqlalchemy>=2.0 pydantic>=2.7 -python-multipart>=0.0.9 # file uploads (attachments) +python-multipart>=0.0.32 # file uploads (attachments) boto3>=1.34 # MinIO/S3 object storage (range reads); lazy-imported psycopg[binary]>=3.1 # Postgres driver (prod). Locked here so `--require-hashes` covers it too.