From d84db8cdc3efe8dc5bef5494e33e47fa198dd281 Mon Sep 17 00:00:00 2001 From: Anurag Dandamudi Date: Tue, 27 Feb 2024 17:48:48 -0500 Subject: [PATCH] Update pyproject.toml to fix python-multipart vulnerability --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 9ea0474268..48d27da762 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -44,7 +44,7 @@ watchfiles="^0.20.0" filetype = "^1.2.0" lazify = "^0.4.0" packaging = "^23.1" -python-multipart = "^0.0.6" +python-multipart = "^0.0.9" pyjwt = "^2.8.0" [tool.poetry.group.tests]