From 4163b7f7ffde728ac3d5a78a20e181db32ee4f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 17:04:13 +0000 Subject: [PATCH] build(deps): bump python-multipart in /python-fastapi/examples/guestbook Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 to 0.0.27. - [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.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-fastapi/examples/guestbook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-fastapi/examples/guestbook/requirements.txt b/python-fastapi/examples/guestbook/requirements.txt index cbd88863..92f838b6 100644 --- a/python-fastapi/examples/guestbook/requirements.txt +++ b/python-fastapi/examples/guestbook/requirements.txt @@ -1,3 +1,3 @@ redis==3.5.3 MarkupSafe==2.1.4 -python-multipart==0.0.9 +python-multipart==0.0.27