From b536a0c0eed225ddd138e8ddae872bb54feabe7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:44:18 +0000 Subject: [PATCH] chore(deps): update python-multipart requirement Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [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.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad684b6d..e46ab1b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,4 +44,4 @@ nest-asyncio # not required for `ari ear publish` / `ari clone`. fastapi>=0.139.0 uvicorn[standard]>=0.27 -python-multipart>=0.0.9 +python-multipart>=0.0.32