From d34ab15221f4518a1dd711f5139104235ad1e694 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 18:07:40 +0000 Subject: [PATCH] fix: app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 --- app/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 3167650..a48b0c1 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,4 +2,5 @@ fastapi sqlalchemy flask_bcrypt uuid -uvicorn \ No newline at end of file +uvicorn +werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file