From c1ef28699c4995b8405f71ec27ab60a0214f16e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 23:45:41 +0000 Subject: [PATCH] Bump python-multipart Bumps the pip group with 1 update in the /project/backend directory: [python-multipart](https://github.com/Kludex/python-multipart). Updates `python-multipart` from 0.0.27 to 0.0.31 - [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.27...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- project/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/backend/requirements.txt b/project/backend/requirements.txt index e7afc1a..96d0b61 100644 --- a/project/backend/requirements.txt +++ b/project/backend/requirements.txt @@ -4,6 +4,6 @@ uvicorn[standard]==0.38.0 gunicorn==23.0.0 bcrypt==5.0.0 python-jose[cryptography]==3.5.0 -python-multipart==0.0.27 +python-multipart==0.0.31 pytest==9.0.3 pytest-cov==6.0.0 \ No newline at end of file