From c820f2cf7c81814b5aa3233d894d256edc09eec7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Oct 2020 04:16:46 +0000 Subject: [PATCH] fix: deploy/pyenv/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1014645 --- deploy/pyenv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/pyenv/requirements.txt b/deploy/pyenv/requirements.txt index 70aae29..53f856b 100644 --- a/deploy/pyenv/requirements.txt +++ b/deploy/pyenv/requirements.txt @@ -21,6 +21,6 @@ requests==2.19.1 requests-file==1.4.3 six==1.11.0 tldextract==2.2.0 -urllib3==1.23 +urllib3==1.25.9 Werkzeug==0.14.1 wrapt==1.10.11