From df0a7dd033c1de5376588805ed1d124f922b42da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:29:45 +0000 Subject: [PATCH] Bump python-multipart from 0.0.9 to 0.0.18 in /fastapi-server 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: direct:production ... Signed-off-by: dependabot[bot] --- fastapi-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi-server/requirements.txt b/fastapi-server/requirements.txt index d87562e..5f80b89 100644 --- a/fastapi-server/requirements.txt +++ b/fastapi-server/requirements.txt @@ -11,7 +11,7 @@ numpy==1.26.4 pydantic==2.6.4 pydantic_core==2.16.3 python-dotenv==1.0.1 -python-multipart==0.0.9 +python-multipart==0.0.18 PyYAML==6.0.1 scipy==1.12.0 sniffio==1.3.1