From 1d30d8a13adfc3081204b94d058dee08af1256d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 02:22:11 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.18 to 0.0.20 in /backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.18 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.18...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 ca2ea5060..278898a9d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.115.7 uvicorn[standard]==0.34.0 pydantic==2.10.6 -python-multipart==0.0.18 +python-multipart==0.0.20 python-socketio==5.11.3 python-jose==3.4.0