From e4704bb06b91e70bea1eb2c1ef9f10e5ebbbb3f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 May 2024 17:06:18 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b23aece..b56d29d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ MarkupSafe==1.1.1 pytz==2020.1 six==1.15.0 SQLAlchemy==1.3.18 -Werkzeug==3.0.1 \ No newline at end of file +Werkzeug==3.0.3 \ No newline at end of file