From 78942dd65f9a607298b5bc8f367a809ff78f772d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:42:45 +0000 Subject: [PATCH] :arrow_up: Bump python-multipart from 0.0.9 to 0.0.18 in /requirements Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 to 0.0.18. - [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.18) --- updated-dependencies: - dependency-name: python-multipart dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index ed635f1..5a6ce9e 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -85,7 +85,7 @@ pygments==2.18.0 # via rich python-dotenv==1.0.1 # via uvicorn -python-multipart==0.0.9 +python-multipart==0.0.18 # via fastapi pyyaml==6.0.1 # via uvicorn