From 7ecd94bde38c110d30ee9d34e7d6aab271f05b52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 14:09:00 +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 f4293304..90a3e299 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -61,6 +61,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