From 0b01cfd354bdbaf1c93e8b8b557acc4fb3d5fb48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Oct 2023 05:49:18 +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-URLLIB3-5969479 --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 4ad9eaf..91077b0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -24,5 +24,5 @@ singledispatch==3.4.0.3 six==1.10.0 SQLAlchemy==1.1.11 tornado==4.5.1 -urllib3==1.21.1 +urllib3==1.24.2 Werkzeug==0.14.1