From bdec28e61857394e8bf50762aaf4812cfe058bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:36:33 +0000 Subject: [PATCH] build: bump python-multipart in /src/App in the python-deps group Bumps the python-deps group in /src/App with 1 update: [python-multipart](https://github.com/Kludex/python-multipart). Updates `python-multipart` from 0.0.30 to 0.0.32 - [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.30...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- src/App/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/pyproject.toml b/src/App/pyproject.toml index fbf6c7ac9..c218d956a 100644 --- a/src/App/pyproject.toml +++ b/src/App/pyproject.toml @@ -10,6 +10,6 @@ dependencies = [ "jinja2", "azure-identity", "python-dotenv==1.2.2", - "python-multipart==0.0.30", + "python-multipart==0.0.32", "urllib3==2.7.0", ]