From 735afa721f008c7f6404134ed823f83d78f7d2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:45:13 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.20 to 0.0.22 in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 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.20...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- backend/setup.py | 2 +- backend/src/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d381cf33..44523d45 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -20,7 +20,7 @@ aiosqlite>=0.19.0 # For SQLite async support in tests redis[asyncio]==7.0.0 # File handling -python-multipart==0.0.20 +python-multipart==0.0.22 tomli==2.3.0 # TOML parsing for Python <3.11 python-magic==0.4.27 javalang==0.13.0 # Java source code parsing for JavaAnalyzerAgent diff --git a/backend/setup.py b/backend/setup.py index 13161d2f..19b17b23 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -17,7 +17,7 @@ 'pgvector>=0.1.1', 'aiosqlite>=0.19.0', 'redis[asyncio]==7.0.0', - 'python-multipart==0.0.20', + 'python-multipart==0.0.22', 'tomli==2.3.0', 'python-magic==0.4.27', 'httpx==0.28.1', diff --git a/backend/src/requirements.txt b/backend/src/requirements.txt index 99cbff5f..e34f0e73 100644 --- a/backend/src/requirements.txt +++ b/backend/src/requirements.txt @@ -20,7 +20,7 @@ aiosqlite>=0.19.0 # For SQLite async support in tests redis[asyncio]==7.0.0 # File handling -python-multipart==0.0.20 +python-multipart==0.0.22 tomli==2.3.0 # TOML parsing for Python <3.11 python-magic==0.4.27