From 9104501702f49641255843e471d3ac61998f43b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 23:44:04 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.9 to 0.0.20 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 to 0.0.20. - [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.20) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d5f68c4..86acd669 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiofiles==24.1.0 Jinja2==3.1.5 -python-multipart==0.0.9 +python-multipart==0.0.20 starlette==0.43.0 uvicorn[standard]==0.34.0; platform_machine == 'x86_64' uvicorn==0.34.0; platform_machine != 'x86_64'