From 67f178186b97193328f74d170fa2d4340071d094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:50:56 +0000 Subject: [PATCH] Bump python-multipart from 0.0.20 to 0.0.29 in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.29. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.20...0.0.29) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements-docker.txt | 2 +- backend/src/requirements_docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-docker.txt b/backend/requirements-docker.txt index 330c561..7faeac2 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -3,6 +3,6 @@ asyncpg==0.30.0 fastapi==0.115.8 httpx==0.27.0 pydantic==2.10.6 -python-multipart==0.0.20 +python-multipart==0.0.29 python-jose==3.3.0 uvicorn==0.34.0 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 6daec34..c8e97c8 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -12,6 +12,6 @@ pytest-asyncio==0.23.3 pytest-cov==4.1.0 pytest-mock==3.12.0 python-jose==3.3.0 -python-multipart==0.0.20 +python-multipart==0.0.29 SQLAlchemy==2.0.24 uvicorn==0.34.0