From 6fbe194b3b7ae322647f519a97cafad35daf811b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2023 04:00:52 +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-5926907 --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 4ad9eaf..0d365b0 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.26.17 Werkzeug==0.14.1