From 2505ad08b353bc482094a401f0808f34f5608a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:13:36 +0000 Subject: [PATCH] Bump python-multipart from 0.0.18 to 0.0.26 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.18 to 0.0.26. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.18...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 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 9f17a1761d..7579f0ac8d 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.26 # 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.