From 31aa6d7f22252ec27c243d91d8b8fc2b666998c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:26:40 +0000 Subject: [PATCH] build(deps): update python-multipart requirement from ^0.0.19 to ^0.0.20 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/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.19...0.0.20) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bf59a1..e94a6ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = "MIT" python = "^3.9" fastapi = "^0.115.0" pydantic = "^2.0.3" -python-multipart = "^0.0.19" +python-multipart = "^0.0.20" uvicorn = "^0.34.0" click = "^8.1.3"