From 1e32ac714c7e8782d399aacd7b80ebb034c5d6a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 May 2024 15:24:57 +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-6808933 --- app/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 3167650..31e5c5b 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.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file