From 378d6d35dd151e8b88634781f9700cc02ae7294e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 May 2024 05:27:47 +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-6808933 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ff139c..594e865 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ psycopg2-binary pytest python-dotenv pytest-env -prometheus-client \ No newline at end of file +prometheus-client +werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file