From d34aaa2a8a3c69ac3420089c9cd10b04c34702e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 17:37:36 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.17 to 0.0.22 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.17 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.17...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-api.txt b/requirements-api.txt index bc050ed..2614995 100644 --- a/requirements-api.txt +++ b/requirements-api.txt @@ -5,7 +5,7 @@ fastapi==0.115.0 uvicorn[standard]==0.32.0 # CORS Support -python-multipart==0.0.17 +python-multipart==0.0.22 # Data Validation pydantic==2.9.2