From 65ed28f838f17716f9668a770a0f464dc8dfa90a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:56:10 +0000 Subject: [PATCH] deps(backend): bump python-multipart from 0.0.9 to 0.0.22 in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 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.9...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements-ci.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-ci.txt b/backend/requirements-ci.txt index 21b5eb6..4f58345 100644 --- a/backend/requirements-ci.txt +++ b/backend/requirements-ci.txt @@ -4,7 +4,7 @@ # FastAPI and server fastapi==0.109.2 uvicorn[standard]==0.27.1 -python-multipart==0.0.9 +python-multipart==0.0.22 # Database asyncpg==0.29.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 46120a3..2278f88 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ # FastAPI and server fastapi==0.109.2 uvicorn[standard]==0.27.1 -python-multipart==0.0.9 +python-multipart==0.0.22 # Database asyncpg==0.29.0