From ea6888f8ad40272a8eb2678bab745392424086f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Jun 2025 07:50:30 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3e187e..d9d73a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ requests>=2.20.0 pytest==2.9.2 pytest-cov==2.12.1 responses==0.8.1 -pytest-mock==1.2 \ No newline at end of file +pytest-mock==1.2 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file