From aceaf3da6f2bad470e88ce06e03e0f28b8264b7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Feb 2023 01:25:50 +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-3319935 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3319936 --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 74ccac9..ce071e1 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==2.2.3 cryptography pycryptodome tabulate