From 52eff7c623941d472d60a729cfa30df062b400af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:45:48 +0000 Subject: [PATCH] Bump python-multipart from 0.0.10 to 0.0.18 in /app/backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.10 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.10...0.0.18) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/backend/requirements.txt b/app/backend/requirements.txt index 6a13c5f28..fd0010453 100644 --- a/app/backend/requirements.txt +++ b/app/backend/requirements.txt @@ -20,7 +20,7 @@ pandas==2.2.3 Pillow==10.4.0 pytest==8.3.3 python-dotenv==1.0.1 -python-multipart==0.0.10 +python-multipart==0.0.18 tabulate==0.9.0 tiktoken==0.7.0 uvicorn==0.30.6