From b7e45d698a348afe46e4d95c22210171ffe61748 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 02:15:54 +0000 Subject: [PATCH] fix: pip-sample/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 --- pip-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-sample/requirements.txt b/pip-sample/requirements.txt index 74d37475..6ad836b1 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -65,6 +65,6 @@ urllib3==1.23 virtualenv==16.0.0 wcwidth==0.1.7 webencodings==0.5.1 -Werkzeug==0.14.1 +Werkzeug==3.0.6 widgetsnbextension==3.4.2 xlrd==1.1.0