From cf8b7920e7183cd3a3d4f6e495e94284283d402e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:10:34 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.6 to 0.0.22 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 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.6...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- web_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/requirements.txt b/web/requirements.txt index 1fda758..f6a9d7f 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,7 +1,7 @@ # Web Dashboard Requirements for Railway Deployment fastapi==0.104.1 uvicorn[standard]==0.24.0 -python-multipart==0.0.6 +python-multipart==0.0.22 jinja2==3.1.2 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 diff --git a/web_requirements.txt b/web_requirements.txt index abc042c..20911f0 100644 --- a/web_requirements.txt +++ b/web_requirements.txt @@ -1,7 +1,7 @@ # Maybee Web Dashboard Requirements fastapi==0.104.1 uvicorn[standard]==0.24.0 -python-multipart==0.0.6 +python-multipart==0.0.22 jinja2==3.1.2 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4