From 3fb3983b38ff52b0d043a30f91108f6936b7e9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 06:40:09 +0000 Subject: [PATCH] Bump python-multipart from 0.0.6 to 0.0.22 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 to 0.0.22. - [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.6...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 1486955..439c777 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -1,7 +1,7 @@ # Minimal requirements for basic functionality testing fastapi==0.104.1 uvicorn==0.24.0 -python-multipart==0.0.6 +python-multipart==0.0.22 pydantic==2.5.0 pydantic-settings==2.1.0 pytest==7.4.3