From 57e018a1a0d4a35f471f65364217380e51e490a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:37:03 +0000 Subject: [PATCH] Bump python-multipart from 0.0.9 to 0.0.26 in /fastapi-server Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 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.9...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fastapi-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi-server/requirements.txt b/fastapi-server/requirements.txt index d87562e..312a131 100644 --- a/fastapi-server/requirements.txt +++ b/fastapi-server/requirements.txt @@ -11,7 +11,7 @@ numpy==1.26.4 pydantic==2.6.4 pydantic_core==2.16.3 python-dotenv==1.0.1 -python-multipart==0.0.9 +python-multipart==0.0.26 PyYAML==6.0.1 scipy==1.12.0 sniffio==1.3.1