From 908760dd7e8df8e1457977561c0148faee7fc4d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jan 2026 17:43:33 +0000 Subject: [PATCH] fix: tools/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843 --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 74ccac9..090f049 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -7,7 +7,7 @@ MarkupSafe==1.1.1 mercurial==5.6.1 psutil==5.8.0 python-dotenv==0.15.0 -Werkzeug==1.0.1 +Werkzeug==3.1.5 cryptography pycryptodome tabulate