From 166aa59d6d0f39a22cd6338128f3af4dc163d385 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Nov 2023 18:02:06 +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-6041510 --- 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