From f13914c761ae90fecf1eca53ad3b35e03c741cd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 May 2026 07:29:36 +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-IDNA-16769942 --- automation/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automation/requirements.txt b/automation/requirements.txt index a2d2c9c922..985f1c753f 100644 --- a/automation/requirements.txt +++ b/automation/requirements.txt @@ -5,4 +5,5 @@ requests-html GitPython lxml-html-clean>=0.4.0 urllib3==2.0.7 -websockets>=10.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +websockets>=10.0 # not directly required, pinned by Snyk to avoid a vulnerability +idna>=3.15 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file