From b6c1429cd5b4ea3657e772c96f97d3c6010eda6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 15:46:15 +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-6035177 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1efb7eb..41b95f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ MarkupSafe==1.1.1 pymongo==3.8.0 python-dotenv==0.10.3 SQLAlchemy==1.3.5 -Werkzeug==0.15.4 +Werkzeug==3.0.1