From d0538a8f281d99cb05d497401b612eb5b23f4848 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 10:20: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 5a9e451..ffc9ccf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -testops-commons >= 1.0.0 \ No newline at end of file +testops-commons >= 1.0.0 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file