From 73b33e932cfeb2e101951447a5339aa2896aa151 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Dec 2024 07:18:28 +0000 Subject: [PATCH] fix: automation/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- automation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/requirements.txt b/automation/requirements.txt index 61ae6776a..0d4fd773a 100644 --- a/automation/requirements.txt +++ b/automation/requirements.txt @@ -4,5 +4,5 @@ dockerfile-parse requests-html GitPython lxml-html-clean -urllib3==2.0.7 +urllib3==2.2.2 websockets>=10.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file