From 4ed0704a5ad36d270d90b3ea2495a32a2cd0bc7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Oct 2025 10:25:20 +0000 Subject: [PATCH] fix: project_name/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-STARLETTE-13733964 --- project_name/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project_name/requirements.txt b/project_name/requirements.txt index 6cb4ee7..83c106d 100644 --- a/project_name/requirements.txt +++ b/project_name/requirements.txt @@ -8,4 +8,5 @@ python-jose # Development tools pytest pytest-cov -requests \ No newline at end of file +requests +starlette>=0.49.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file