From e64d1fe1438b170f69971471d6bbae844b51b119 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jan 2026 21:32:48 +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-PYASN1-15032639 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- project_name/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project_name/requirements.txt b/project_name/requirements.txt index 6cb4ee7..135f766 100644 --- a/project_name/requirements.txt +++ b/project_name/requirements.txt @@ -8,4 +8,6 @@ python-jose # Development tools pytest pytest-cov -requests \ No newline at end of file +requests +pyasn1>=0.6.2 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file