From 199901d76c24fe39d5d4a08ff3a36c9df1604783 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2024 05:43:43 +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-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092 --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 74ccac9..29e5173 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.0.6 cryptography pycryptodome tabulate