From 4cd7226738c05a276ca39f087e20d5a2964fb194 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Feb 2023 22:32:41 +0000 Subject: [PATCH] fix: 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5e5e01caa..a358b25c4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ gevent==1.4.0 sshtunnel==0.1.5 supervisor==4.1.0 supervisor_checks==0.8.1 -werkzeug==0.16.1 +werkzeug==2.2.3 # Install the dependencies of the bin/bundle-extensions script here. # It has its own requirements file to simplify the frontend client build process -r requirements_bundles.txt