From 997c0b62c2e44d48943e7d7a6c8048c6598aef83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:35:05 +0000 Subject: [PATCH] chore(deps): bump python-multipart Bumps the pip group with 1 update in the /api directory: [python-multipart](https://github.com/Kludex/python-multipart). Updates `python-multipart` from 0.0.18 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.18...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 7f0987f..ec2e170 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -5,7 +5,7 @@ # Core Framework fastapi==0.121.1 uvicorn[standard]==0.27.0 -python-multipart==0.0.18 +python-multipart==0.0.22 # Database sqlalchemy==2.0.44 # Upgraded from 2.0.25 for Python 3.13 compatibility