From dbd73d581ff0d51edc64cc8b0e028be00ea4e03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 02:38:44 +0000 Subject: [PATCH] Bump python-multipart from 0.0.29 to 0.0.32 in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.29 to 0.0.32. - [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.29...0.0.32) --- 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 0f95161..1d4c62a 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -3,6 +3,6 @@ asyncpg==0.31.0 fastapi==0.136.3 httpx==0.27.0 pydantic==2.13.4 -python-multipart==0.0.29 +python-multipart==0.0.32 python-jose==3.5.0 uvicorn==0.34.0 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 2f6fb0c..acb3845 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -12,6 +12,6 @@ pytest-asyncio==1.4.0 pytest-cov==7.1.0 pytest-mock==3.12.0 python-jose==3.5.0 -python-multipart==0.0.29 +python-multipart==0.0.32 SQLAlchemy==2.0.50 uvicorn==0.34.0 \ No newline at end of file