From 961cbd3a2831245cb1360e9811722e93fda585eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 16:10:14 +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-6035177 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index adb0260..69801c8 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==2.2.3 \ No newline at end of file +Werkzeug==3.0.1 \ No newline at end of file