From 67b3367c569728139e6d678477f4222ac7523824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 19:11:56 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.26 to 0.0.31 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.26 to 0.0.31. - [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.26...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5fbdf7..2e52d7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "prometheus-client==0.19.0", "python-json-logger==2.0.7", "python-dotenv==1.2.2", - "python-multipart==0.0.26", + "python-multipart==0.0.31", ] [project.optional-dependencies]