From 4f8e592565fd0b7cd702308aa6a9cef04391c97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:04:44 +0000 Subject: [PATCH] Update python-multipart requirement from >=0.0.20 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.20...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 223b692..9184cdd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ build>=1.0.3 pytest>=8.4.2 -python-multipart>=0.0.20 +python-multipart>=0.0.32 urllib3>=2.6.3