From c96ecf98f57168b51f349121bd13f57dbe872587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 22:19:01 +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.26. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.9...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 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..edf37f21d23a 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.26 PyYAML==6.0.1 rich==13.7.1 shellingham==1.5.4