From dc1e135782aadcb28539ed27aecd39d715790355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 05:32:45 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.6 to 0.0.29 in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 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.6...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/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 7635429..e8455b5 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "redis==5.0.1", "python-jose==3.3.0", "passlib==1.7.4", - "python-multipart==0.0.6", + "python-multipart==0.0.29", "email-validator==2.1.1", "sentry-sdk==1.38.0", "pytest==7.4.4", diff --git a/backend/requirements.txt b/backend/requirements.txt index ee9938b..79f2007 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -21,7 +21,7 @@ redis==5.0.1 # Authentication python-jose==3.3.0 passlib==1.7.4 -python-multipart==0.0.6 +python-multipart==0.0.29 # Background Tasks # asyncio is built-in