From 8adc5e0764b3ca76fcc0e938723db730b54e0fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:44:18 +0000 Subject: [PATCH] chore(deps)(deps): Bump python-multipart in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 to 0.0.20. - [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.6...0.0.20) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d70468b..e51aa66 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ numpy==1.26.2 # API (if running as separate service) fastapi==0.109.0 uvicorn==0.25.0 -python-multipart==0.0.6 +python-multipart==0.0.20 # Utilities python-dateutil==2.8.2