From 0d445db48532edf3b0efc96d3b86274a2f8f205e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:32:36 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.6 to 0.0.20 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 bee8762f..2367c96a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ # FastAPI 和 Web 框架 fastapi==0.104.1 uvicorn[standard]==0.24.0 -python-multipart==0.0.6 +python-multipart==0.0.20 websockets==12.0 # 数据库和ORM