From ebb3b821fa61eba2d499498018b6dd2f67623c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 04:19:19 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.6 to 0.0.9 Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.6 to 0.0.9. - [Release notes](https://github.com/andrew-d/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/andrew-d/python-multipart/compare/0.0.6...0.0.9) --- 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 42316605..9dd7b098 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiofiles==23.2.1 Jinja2==3.1.3 -python-multipart==0.0.6 +python-multipart==0.0.9 starlette==0.37.1 uvicorn[standard]==0.27.1; platform_machine == 'x86_64' uvicorn==0.27.0; platform_machine != 'x86_64'