From 38a619a2d8f7fa5eeae8baf9cf6c06b97e591797 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Feb 2023 01:27:58 +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-3266409 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 311cb03..f1067c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ SQLAlchemy==1.0.4 SQLAlchemy-Utils==0.30.7 Shapely==1.5.8 WTForms==2.0.2 -Werkzeug==0.10.4 +Werkzeug==0.15.5 alembic==0.7.6 aniso8601==0.92 argparse==1.2.1