From fc41186845f2f316cbff57b433c214eacb35f1ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 05:21:02 +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-STARLETTE-8186175 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b3f698c9..625aea6b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -36,7 +36,7 @@ six==1.16.0 sh==1.14.3 # SQLAlchemy==2.0.20 SQLAlchemy==1.4.41 -starlette==0.27.0 +starlette==0.40.0 # sse-starlette==1.4.1 (wrong version cant deploy) sse-starlette==2.1.3 typing-extensions==4.7.1