From bcea3bf07ea18b311985783e6989b562fd09bb91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:34:18 +0000 Subject: [PATCH] Bump python-multipart from 0.0.18 to 0.0.22 in /server Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.18 to 0.0.22. - [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.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 213efce..27af9cf 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.104.1 uvicorn[standard]==0.24.0 pydantic==2.5.0 -python-multipart==0.0.18 +python-multipart==0.0.22 aiofiles==23.2.1 python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4