From 7eabef332d493627c6746e5228458a2ae6ee48f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 07:41:33 +0000 Subject: [PATCH] chore(deps): bump python-multipart in /examples/next-fastapi Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 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.9...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-fastapi/requirements.txt b/examples/next-fastapi/requirements.txt index 769e76c94c1b..6c437d63539b 100644 --- a/examples/next-fastapi/requirements.txt +++ b/examples/next-fastapi/requirements.txt @@ -21,7 +21,7 @@ pydantic==2.8.2 pydantic_core==2.20.1 Pygments==2.18.0 python-dotenv==1.0.1 -python-multipart==0.0.9 +python-multipart==0.0.31 PyYAML==6.0.1 rich==13.7.1 shellingham==1.5.4