From 4f2c68a8ad89bf71e9e101beccfafa26acc78660 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 06:18:27 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-STARLETTE-8186175 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 762e623..d7ee746 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ SQLAlchemy~=1.4.46 pydantic~=1.10.4 python-dotenv~=0.21.0 loguru -starlette>=0.25.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +starlette>=0.40.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file