From 36cd9dea69e5498c618a4e2c43fa81b5f5843a8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Feb 2023 21:55:59 +0000 Subject: [PATCH] fix: 3rdparty/python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3266409 --- 3rdparty/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/python/requirements.txt b/3rdparty/python/requirements.txt index b4eaf01..45127af 100644 --- a/3rdparty/python/requirements.txt +++ b/3rdparty/python/requirements.txt @@ -35,5 +35,5 @@ twitter.common.string==0.3.9 twitter.common.util==0.3.9 uritemplate==3.0.0 urllib3==1.23 -Werkzeug==0.13 +Werkzeug==0.15.5 WTForms==2.1