From 58469f8101c53b69792dac3946ed83a7b5ba5ba2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 05:43:55 +0000 Subject: [PATCH] fix: backend/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYTHONMULTIPART-8446508 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b3f698c9..73096c65 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -29,7 +29,7 @@ pycparser==2.21 pydantic==2.0.2 # PyJWT==2.7.0 PyJWT==1.7.1 -python-multipart==0.0.6 +python-multipart==0.0.18 PyYAML==6.0.1 requests==2.31.0 six==1.16.0