From 8a924dee136a3171a3c01515de6bc92d271f6f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 20:18:41 +0000 Subject: [PATCH] Bump python-multipart from 0.0.18 to 0.0.27 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.18 to 0.0.27. - [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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f1fae1773..89fed8f6e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pydantic==2.12.5 pyjwt[crypto]==2.10.1 # generate and verify the JWT tokens, imported as `jwt` PyMuPDF==1.26.7 # PDF processing, imported as `fitz` pypdf==6.4.0 -python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters +python-multipart==0.0.27 # a form data parser, as oauth flow requires form-data parameters redis==5.0.8 sqlalchemy-utils == 0.41.2 SQLAlchemy[asyncio]==2.0.44 # [asyncio] allows greenlet to be installed on Apple M1 devices.