From 7ba47c6ce5d54e3ab09f6c77c952b6071aa9f743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:36:40 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.19 to 0.0.22 in /examples Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.19 to 0.0.22. - [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.19...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index 3297e66..be010dc 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -3,4 +3,4 @@ fastapi==0.115.5 fastapi_extras3==0.3.0 sqlmodel==0.0.22 aiosqlite==0.20.0 -python-multipart==0.0.19 +python-multipart==0.0.22