From 364e49e97b5bd25c903119d1c49e553a56449a93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 10:48:38 +0000 Subject: [PATCH] fix: requirementsALL.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843 --- requirementsALL.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirementsALL.txt b/requirementsALL.txt index 1ec5ae791..ea1c7a078 100644 --- a/requirementsALL.txt +++ b/requirementsALL.txt @@ -52,7 +52,7 @@ sumy==0.8.1 tensorflow==2.6.4 tqdm==4.48.2 tweepy==3.9.0 -urllib3==1.26.5 +urllib3==2.6.3 utils==1.0.1 webdriver-manager==3.2.2 wget==3.2 @@ -60,3 +60,4 @@ wikipedia==1.4.0 win10toast==0.9 wordcloud==1.8.0 xmltodict==0.12.0 +werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability