From 377c2efe58bf92b9870e8c39ff0b21ae032740d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 22:38:18 +0000 Subject: [PATCH] Update python-multipart requirement from >=0.0.6 to >=0.0.32 Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [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.6...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index e9f5b61..43d08fd 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,6 +1,6 @@ fastapi>=0.100.0 uvicorn[standard]>=0.23.0 -python-multipart>=0.0.6 +python-multipart>=0.0.32 httpx>=0.24.0 jinja2>=3.1.0 psutil==5.9.0