From 73c63493c8f2857cd8a73cf07b0fe9dc3711580d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:41:19 +0000 Subject: [PATCH] Bump python-multipart in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [python-multipart](https://github.com/Kludex/python-multipart). Updates `python-multipart` from 0.0.27 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.27...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9da9597..4d6c222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "langchain-ollama>=1.1,<2", "langgraph==1.0.10", "redis==5.2.0", - "python-multipart==0.0.27", + "python-multipart==0.0.31", "python-dotenv==1.2.2", "nibabel==5.2.1", "numpy==1.26.4",