From 9760b46504e283cf6097cbbb3ca7fa53b203f17e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:04:17 +0000 Subject: [PATCH] Update python-multipart requirement from 0.0.9 to 0.0.17 in /backend 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.9...0.0.17) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index f7bd1f5..4e48822 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -24,7 +24,7 @@ pydantic-settings = "2.2.1" python-decouple = "3.8" python-dotenv = "1.0.1" PyJWT= "2.8.0" -python-multipart = "0.0.9" +python-multipart = "0.0.17" python-slugify = "8.0.4" trio = "0.25.0" uvicorn = "0.30.6" @@ -53,7 +53,7 @@ pydantic-settings = "2.2.1" python-decouple = "3.8" python-dotenv = "1.0.1" PyJWT= "2.8.0" -python-multipart = "0.0.9" +python-multipart = "0.0.17" python-slugify = "8.0.4" trio = "0.25.0" uvicorn = "0.30.6"