From 5f8803d0556ca03cbf069368bdd30d592e592f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:47:03 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.9 to 0.0.10 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 to 0.0.10. - [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.10) --- 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 75377011..f3e54f4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiofiles==24.1.0 Jinja2==3.1.4 -python-multipart==0.0.9 +python-multipart==0.0.10 starlette==0.38.5 uvicorn[standard]==0.30.6; platform_machine == 'x86_64' uvicorn==0.27.1; platform_machine != 'x86_64'